DistributionPublisher.PublisherType 속성

정의

게시자 유형을 가져오거나 설정합니다.

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

속성 값

게시자 유형입니다.

설명

유효한 값 PublisherType 은 "MSSQLSERVER", "ORACLE" 및 "ORACLE GATEWAY"입니다. 기본값은 "MSSQLSERVER"입니다.

이 속성은 PublisherType SQL Server 이외 게시자에서만 사용해야 합니다.

PublisherType 기존 게시자에 대해 속성을 설정할 수 없습니다.

이 속성은 PublisherType 배포자에서 고정 서버 역할의 sysadmin 멤버만 검색할 수 있습니다.

이 속성은 PublisherType 배포자에서 고정 서버 역할의 sysadmin 멤버만 설정할 수 있습니다.

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

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

적용 대상