Свойство ITransSynchronizationAgent.HostName
Gets or sets the hostname associated with the agent.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)
Синтаксис
'Декларация
Property HostName As String
Get
Set
'Применение
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)
Значение свойства
Тип: System.String
The hostname associated with the agent.