TransSynchronizationAgent.Distributor 속성

정의

구독의 배포자 역할을 하는 Microsoft SQL Server 인스턴스의 이름을 가져오거나 설정합니다.

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

속성 값

배포자 이름입니다.

구현

설명

배포자는 스냅샷이 저장되고 복제 기록 및 통계가 기록되는 SQL Server 인스턴스입니다.

DistributorNetworkDistributorAddress 속성이 지정된 경우 배포자에 연결할 때 속성 대신 Distributor 사용됩니다.

적용 대상