언어

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 A TransPullSubscription 입니다.

설명

TransPullSubscription A TransPullSubscriptionCollection 내의 객체는 문자열 인덱서(이름) 또는 숫자 인덱서(서수)를 사용하여 접근할 수 있습니다.

이 속성은 TransPullSubscriptions 고정 서버 역할의 sysadmin 구성원이나 출판 데이터베이스의 고정 데이터베이스 역할 구성원 db_owner 이 가져올 수 있습니다.

적용 대상