ReplicationDatabase.TransPullSubscriptions 속성

정의

복제 데이터베이스에 정의된 트랜잭션 또는 스냅샷 게시에 대한 끌어오기 구독을 나타냅니다.

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

속성 값

TransPullSubscriptionCollection 개체의 TransPullSubscription입니다.

설명

TransPullSubscriptionTransPullSubscriptionCollection 문자열 인덱서(이름) 또는 숫자 인덱서(서수)를 사용하여 개체에 액세스할 수 있습니다.

고정 TransPullSubscriptions 서버 역할의 멤버 또는 게시 데이터베이스의 sysadmin 고정 데이터베이스 역할 멤버 db_owner 가 속성을 검색할 수 있습니다.

적용 대상