Поделиться через


Свойство MergePullSubscriptions

Returns the merge pull subscriptions defined on the replication database.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public ReadOnly Property MergePullSubscriptions As MergePullSubscriptionCollection
    Get
'Применение
Dim instance As ReplicationDatabase
Dim value As MergePullSubscriptionCollection

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

Замечания

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.