Compartir a través de


IMergeSynchronizationAgent.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
Property DistributorAddress As String 
    Get 
    Set
'Uso
Dim instance As IMergeSynchronizationAgent 
Dim value As String 

value = instance.DistributorAddress

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

Valor de la propiedad

Tipo: System.String
A String value that represents the Distributor address.

Vea también

Referencia

IMergeSynchronizationAgent Interfaz

Espacio de nombres Microsoft.SqlServer.Replication