共用方式為


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 命名空間