MergePublication.MergeSubscriptions Property
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.
Gets the subscriptions that belong to a merge publication.
public:
property Microsoft::SqlServer::Replication::MergeSubscriptionCollection ^ MergeSubscriptions { Microsoft::SqlServer::Replication::MergeSubscriptionCollection ^ get(); };
public Microsoft.SqlServer.Replication.MergeSubscriptionCollection MergeSubscriptions { get; }
member this.MergeSubscriptions : Microsoft.SqlServer.Replication.MergeSubscriptionCollection
Public ReadOnly Property MergeSubscriptions As MergeSubscriptionCollection
Property Value
The collection of subscriptions that belong to a merge publication.
Remarks
A MergeSubscription object in the collection can be accessed from MergeSubscriptions using an [Int32] index value or using a String index that is the Name property of the article.
The MergeSubscriptions property can be retrieved by members of the db_owner or replmonitor fixed database roles on the publication database or by members of the publication access list (PAL) for the publication.
Retrieving MergeSubscriptions is equivalent to executing sp_helpmergepublication.