언어

MergePullSubscription.SubscriberType 속성

정의

구독이 서버 구독인지 클라이언트 구독인지 받거나 설정합니다.

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

속성 값

MergeSubscriberType 값입니다.

설명

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

이 속성은 SubscriberType 가입자의 시스템 관리자 고정 서버 역할 구성원 또는 구독 데이터베이스의 db_owner 고정 데이터베이스 역할 구성원만 조회할 수 있습니다.

이 속성은 SubscriberType 구독자의 시스템 관리자 고정 서버 역할 구성원 또는 구독 데이터베이스의 db_owner 고정 데이터베이스 역할 구성원만이 설정할 수 있습니다.

재산을 되찾는 것은 SubscriberTypesp_helpmergepullsubscription을 실행하는 것과 같습니다.

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

적용 대상

추가 정보