EnumMergePullSubscriptions méthode
Returns all merge pull subscriptions that use this replication database.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (dans Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public Function EnumMergePullSubscriptions As ArrayList
'Utilisation
Dim instance As ReplicationDatabase
Dim returnValue As ArrayList
returnValue = instance.EnumMergePullSubscriptions()
public ArrayList EnumMergePullSubscriptions()
public:
ArrayList^ EnumMergePullSubscriptions()
member EnumMergePullSubscriptions : unit -> ArrayList
public function EnumMergePullSubscriptions() : ArrayList
Valeur de retour
Type : System.Collections. . :: . .ArrayList
An ArrayList of MergePullSubscription objects.
Notes
The EnumMergePullSubscriptions method can only be called by members of the sysadmin fixed server role and members of the db_owner fixed database role.
Calling EnumMergePullSubscriptions is equivalent to executing sp_helpmergepullsubscription (Transact-SQL).
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.