次の方法で共有


ITransSynchronizationAgent.Distributor プロパティ

Gets or sets the name of the instance of Microsoft SQL Server that is acting as the Distributor for the subscription.

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)

構文

'宣言
Property Distributor As String 
    Get 
    Set
'使用
Dim instance As ITransSynchronizationAgent 
Dim value As String 

value = instance.Distributor

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

プロパティ値

型: System.String
The name of the instance of Microsoft SQL Server acting as a distributor.

関連項目

参照

ITransSynchronizationAgent インターフェイス

Microsoft.SqlServer.Replication 名前空間