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.