Partager via


Méthode ReplicationDatabase.EnumReplicationUserDefinedAggregates

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public Function EnumReplicationUserDefinedAggregates As ArrayList
'Utilisation
Dim instance As ReplicationDatabase 
Dim returnValue As ArrayList 

returnValue = instance.EnumReplicationUserDefinedAggregates()
public ArrayList EnumReplicationUserDefinedAggregates()
public:
ArrayList^ EnumReplicationUserDefinedAggregates()
member EnumReplicationUserDefinedAggregates : unit -> ArrayList
public function EnumReplicationUserDefinedAggregates() : ArrayList

Valeur de retour

Type : System.Collections.ArrayList
An ArrayList of ReplicationUserDefinedAggregate objects.

Exceptions

Exception Condition
ApplicationException

When the database does not exist.

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

Notes

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

Voir aussi

Référence

ReplicationDatabase Classe

Espace de noms Microsoft.SqlServer.Replication