PullSubscription.PublisherName 속성

정의

Publisher의 이름을 얻거나 설정합니다.

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

속성 값

게시자의 이름입니다.

설명

PublisherName 는 필수 속성이며 서버에서 구독을 생성하기 전에 설정해야 합니다. 서버에서 구독 등록이 존재하면 속성은 PublisherName 변경할 수 없습니다.

이 속성은 PublisherName 구독자의 고정 서버 역할 멤버 sysadmin 나 구독 데이터베이스의 고정 데이터베이스 역할 멤버 db_owner 만이 가져올 수 있습니다.

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

재산을 회수 PublisherName 하는 것은 sp_helppullsubscription (Transact-SQL) 또는 sp_helpmergepullsubscription(Transact-SQL)를 실행하는 것과 같습니다.

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

적용 대상

추가 정보