TransPullSubscription.SubscriberType 속성

정의

구독의 업데이트 동작을 가져오거나 설정합니다.

public:
 property Microsoft::SqlServer::Replication::TransSubscriberType SubscriberType { Microsoft::SqlServer::Replication::TransSubscriberType get(); void set(Microsoft::SqlServer::Replication::TransSubscriberType value); };
public Microsoft.SqlServer.Replication.TransSubscriberType SubscriberType { get; set; }
member this.SubscriberType : Microsoft.SqlServer.Replication.TransSubscriberType with get, set
Public Property SubscriberType As TransSubscriberType

속성 값

TransSubscriberType 개체입니다.

설명

기존 구독에 SubscriberType 대한 속성을 설정할 수 없습니다.

이 속성은 SubscriberType 구독자에서 고정 서버 역할의 sysadmin 멤버 또는 구독 데이터베이스의 db_owner 고정 데이터베이스 역할 멤버만 검색할 수 있습니다.

이 속성은 SubscriberType 구독자에서 고정 서버 역할의 sysadmin 멤버 또는 구독 데이터베이스의 db_owner 고정 데이터베이스 역할 멤버에 의해서만 설정할 수 있습니다.

속성을 검색하는 SubscriberType 것은 sp_helppullsubscription 실행하는 것과 같습니다.

SubscriberType 속성을 설정하는 것은 sp_addpullsubscription 실행하는 것과 같습니다.

적용 대상