Share via


ReplicationDatabase.TransPullSubscriptions Eigenschaft

Definition

Stellt die Pullabonnements für eine in der Replikationsdatenbank definierte Transaktionsveröffentlichung oder Momentaufnahmeveröffentlichung dar.

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

Eigenschaftswert

Eine TransPullSubscriptionCollection von TransPullSubscription-Objekten.

Hinweise

TransPullSubscription Auf Objekte in einem TransPullSubscriptionCollection Kann mithilfe eines Zeichenfolgenindexers (Name) oder eines numerischen Indexers (Ordinal) zugegriffen werden.

Die TransPullSubscriptions Eigenschaft kann von Mitgliedern der sysadmin Festen Serverrolle oder von Mitgliedern db_owner der Festen Datenbankrolle auf der Publikationsdatenbank abgerufen werden.

Gilt für: