MergeSynchronizationAgent.DistributorAddress 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
속성이 DistributorNetwork 지정될 때 분배기와 연결하는 데 사용되는 네트워크 주소를 받거나 설정합니다.
public:
virtual property System::String ^ DistributorAddress { System::String ^ get(); void set(System::String ^ value); };
public virtual string DistributorAddress { get; set; }
member this.DistributorAddress : string with get, set
Public Overridable Property DistributorAddress As String
속성 값
String 디스트리뷰터 주소를 나타내는 값입니다.
구현
설명
이 속성은 속성이 DistributorNetwork 가 아닌 DefaultNetwork값으로 설정될 때만 필요합니다.
이 속성은 SQL Server 구성 관리자를 사용하지 않고도 배포자에 연결되도록 병합 에이전트를 구성할 때 유용합니다.
예를 들어, 배포기가 인터넷을 통해 접속된다면, DistributorNetwork 는 특정 IP 주소로 설정할 TcpIPSocketsDistributorAddress 수 있습니다.
속성이 DistributorNetwork TCP TcpIPSocketsMultiprotocol /IP를 사용하거나 사용하는 경우, 값은 'IP 주소, 소켓'(예: '111.11.11.11,1433')의 형태로 표시됩니다.
Distributor 연결 속성이 지정되어 있지 않으면, t는 Publisher와 Distributor가 동일한 SQL Server 인스턴스로 간주되며, Distributor에 연결할 때 Publisher 연결 속성이 사용된다고 가정합니다.