ReplicationDatabase.TransPullSubscriptions Property

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

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Public ReadOnly Property TransPullSubscriptions As TransPullSubscriptionCollection
    Get
'Usage
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

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.

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