ReplicationDatabase.EnumMergePullSubscriptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns all merge pull subscriptions that use this replication database.
public:
System::Collections::ArrayList ^ EnumMergePullSubscriptions();
public System.Collections.ArrayList EnumMergePullSubscriptions ();
member this.EnumMergePullSubscriptions : unit -> System.Collections.ArrayList
Public Function EnumMergePullSubscriptions () As ArrayList
Returns
An ArrayList of MergePullSubscription objects.
Remarks
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).