Compartir a través de


ReplicationDatabase.TransPullSubscriptions Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public ReadOnly Property TransPullSubscriptions As TransPullSubscriptionCollection 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Replication.TransPullSubscriptionCollection
A TransPullSubscriptionCollection of TransPullSubscription objects.

Comentarios

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.

Vea también

Referencia

ReplicationDatabase Clase

Espacio de nombres Microsoft.SqlServer.Replication