ReplicationDatabase.EnumReplicationUserDefinedAggregates Method

Definition

Returns a list of user-defined aggregates in the database.

public:
 System::Collections::ArrayList ^ EnumReplicationUserDefinedAggregates();
public System.Collections.ArrayList EnumReplicationUserDefinedAggregates ();
member this.EnumReplicationUserDefinedAggregates : unit -> System.Collections.ArrayList
Public Function EnumReplicationUserDefinedAggregates () As ArrayList

Returns

An ArrayList of ReplicationUserDefinedAggregate objects.

Exceptions

When the database does not exist.

When the version is not Microsoft SQL Server 2005 or later.

Remarks

Calling EnumReplicationUserDefinedAggregates requires SELECT permissions on the sys.objects (Transact-SQL) catalogue view.

Applies to