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


Свойство ReplicationDatabase.TransPullSubscriptions

Represents the pull subscriptions to a transactional or snapshot publication defined on the replication database.

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

Синтаксис

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

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

Значение свойства

Тип: Microsoft.SqlServer.Replication.TransPullSubscriptionCollection
A TransPullSubscriptionCollection of TransPullSubscription objects.

Замечания

TransPullSubscription objects in a TransPullSubscriptionCollection can be accessed using a string indexer (name) or a numeric indexer (ordinal).

The TransPullSubscriptions property can be retrieved by members of the sysadmin fixed server role or by members of the db_owner fixed database role on the publication database.

См. также

Справочник

ReplicationDatabase Класс

Пространство имен Microsoft.SqlServer.Replication