언어

RegisteredSubscriber.DistributionDatabase 속성

정의

배포판 Publisher가 사용하는 배포 데이터베이스 이름을 받거나 설정합니다.

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

속성 값

String 배포판 Publisher가 사용하는 배포 데이터베이스 이름을 지정하는 값입니다.

설명

Microsoft SQL Server 2005에서는 더 이상 Publisher에서 구독자를 명시적으로 등록할 필요가 없습니다. 이 속성은 이전 버전의 SQL Server와의 하위 호환성을 위해 제공됩니다.

적용 대상