MergeSynchronizationAgent.DistributorAddress 속성

Gets or sets the network address that is used to connect to the Distributor when the DistributorNetwork property is specified.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)

구문

‘선언
Public Overridable Property DistributorAddress As String 
    Get 
    Set
‘사용 방법
Dim instance As MergeSynchronizationAgent 
Dim value As String 

value = instance.DistributorAddress

instance.DistributorAddress = value
public virtual string DistributorAddress { get; set; }
public:
virtual property String^ DistributorAddress {
    String^ get ();
    void set (String^ value);
}
abstract DistributorAddress : string with get, set 
override DistributorAddress : string with get, set
function get DistributorAddress () : String 
function set DistributorAddress (value : String)

속성 값

유형: System.String
A String value that represents the Distributor address.

구현

IMergeSynchronizationAgent.DistributorAddress

주의

This property is required only when the DistributorNetwork property is set to a value other than DefaultNetwork.

This property is useful when you are configuring the Merge Agent to connect to the Distributor without having to use SQL Server Configuration Manager.

For example, if the Distributor is accessed over the Internet, DistributorNetwork can be set to TcpIpSockets and DistributorAddress can be set to a specific IP address.

If the DistributorNetwork property is TcpIpSockets or MultiProtocol is using TCP/IP, the value is in the form of 'IP address,socket' (such as '111.11.11.11,1433').

If the Distributor connection properties are not specified, t is assumed that the Publisher and Distributor are the same instance of SQL Server and the Publisher connection properties will be used when connecting to the Distributor.

참고 항목

참조

MergeSynchronizationAgent 클래스

Microsoft.SqlServer.Replication 네임스페이스