TransSynchronizationAgent.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
속성 값
유통업체 주소.
구현
설명
이 속성은 속성이 DistributorNetwork 가 아닌 DefaultNetwork값으로 설정될 때만 필요합니다.
이 속성은 SQL Server 구성 관리자를 사용하지 않고도 배포판에 연결되도록 컨트롤을 설정할 때 유용합니다.
예를 들어, 배포기가 인터넷을 통해 접속된다면, DistributorNetwork 는 특정 IP 주소로 설정할 TcpIPSocketsDistributorAddress 수 있습니다.
속성이 DistributorNetwork 또는 TcpIPSocketsMultiprotocol TCP/IP를 사용한다면, 값은 'IP 주소, 소켓' 형태(예: '111.11.11.11,1433')로 나타납니다.