Compartir a través de


DistributorAddress Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Public Overridable Property DistributorAddress As String
    Get
    Set
'Uso
Dim instance As TransSynchronizationAgent
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)

Valor de la propiedad

Tipo: System. . :: . .String
A String value representing the Distributor address.

Implementa

ITransSynchronizationAgent. . :: . .DistributorAddress

Notas

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 control 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()()()() by using TCP/IP, the value is in the form of 'IP address,socket' (such as '111.11.11.11,1433').