Свойство 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
A MergeSubscriptionCollection.
Замечания
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.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.