PullSubscription.DistributorName 속성

정의

배포자이며 구독이 구독하는 게시를 배포하는 Microsoft SQL Server 인스턴스를 가져오거나 설정합니다.

public:
 property System::String ^ DistributorName { System::String ^ get(); void set(System::String ^ value); };
public string DistributorName { get; set; }
member this.DistributorName : string with get, set
Public Property DistributorName As String

속성 값

배포자 이름입니다.

설명

DistributorName 는 필수 속성이며 서버에서 구독을 만들기 전에 설정해야 합니다. 서버에 DistributorName 구독 등록이 있으면 속성을 변경할 수 없습니다.

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

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

속성을 검색하는 DistributorName 것은 sp_helppullsubscription(Transact-SQL) 또는 sp_helpmergepullsubscription(Transact-SQL)를 실행하는 것과 같습니다.

DistributorName 속성을 설정하는 것은 sp_addpullsubscription(Transact-SQL) 또는 sp_addmergepullsubscription(Transact-SQL)를 실행하는 것과 같습니다.

적용 대상