ReplicationDatabase.TransPullSubscriptions Property

Definition

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

public:
 property Microsoft::SqlServer::Replication::TransPullSubscriptionCollection ^ TransPullSubscriptions { Microsoft::SqlServer::Replication::TransPullSubscriptionCollection ^ get(); };
public Microsoft.SqlServer.Replication.TransPullSubscriptionCollection TransPullSubscriptions { get; }
member this.TransPullSubscriptions : Microsoft.SqlServer.Replication.TransPullSubscriptionCollection
Public ReadOnly Property TransPullSubscriptions As TransPullSubscriptionCollection

Property Value

A TransPullSubscriptionCollection of TransPullSubscription objects.

Remarks

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.

Applies to