Compartir a través de


ITransSynchronizationAgent.HostName Propiedad

Gets or sets the hostname associated with the agent.

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

Sintaxis

'Declaración
Property HostName As String 
    Get 
    Set
'Uso
Dim instance As ITransSynchronizationAgent 
Dim value As String 

value = instance.HostName

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

Valor de la propiedad

Tipo: System.String
The hostname associated with the agent.

Vea también

Referencia

ITransSynchronizationAgent Interfaz

Espacio de nombres Microsoft.SqlServer.Replication