ReplicationDatabase.TransPullSubscriptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.