共用方式為


MergePublication.MergeSubscriptions 屬性

Gets the subscriptions that belong to a merge publication.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public ReadOnly Property MergeSubscriptions As MergeSubscriptionCollection 
    Get
'用途
Dim instance As MergePublication 
Dim value As MergeSubscriptionCollection 

value = instance.MergeSubscriptions
public MergeSubscriptionCollection MergeSubscriptions { get; }
public:
property MergeSubscriptionCollection^ MergeSubscriptions {
    MergeSubscriptionCollection^ get ();
}
member MergeSubscriptions : MergeSubscriptionCollection
function get MergeSubscriptions () : MergeSubscriptionCollection

屬性值

型別:Microsoft.SqlServer.Replication.MergeSubscriptionCollection
The collection of subscriptions that belong to a merge publication.

備註

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.

請參閱

參考

MergePublication 類別

Microsoft.SqlServer.Replication 命名空間