次の方法で共有


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.

関連項目

参照

ITransSynchronizationAgent インターフェイス

Microsoft.SqlServer.Replication 名前空間