ReplicationDatabase.TransPullSubscriptions Eigenschaft

Definition

Repräsentiert die Pull-Abonnements für eine transaktionale oder Snapshot-Publikation, die in der Replikationsdatenbank definiert ist.

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

A TransPullSubscriptionCollection von TransPullSubscription Objekten.

Hinweise

TransPullSubscription Objekte in A TransPullSubscriptionCollection können über einen String-Indexer (Name) oder einen numerischen Indexer (Ordinal) abgerufen werden.

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

Gilt für: