次の方法で共有


TransSynchronizationAgent.DistributorNetwork プロパティ

Gets or sets the client Net-Library that is used when connecting to the distributor.

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

構文

'宣言
Public Overridable Property DistributorNetwork As NetworkType 
    Get 
    Set
'使用
Dim instance As TransSynchronizationAgent 
Dim value As NetworkType 

value = instance.DistributorNetwork

instance.DistributorNetwork = value
public virtual NetworkType DistributorNetwork { get; set; }
public:
virtual property NetworkType DistributorNetwork {
    NetworkType get ();
    void set (NetworkType value);
}
abstract DistributorNetwork : NetworkType with get, set 
override DistributorNetwork : NetworkType with get, set
function get DistributorNetwork () : NetworkType 
function set DistributorNetwork (value : NetworkType)

プロパティ値

型: Microsoft.SqlServer.Replication.NetworkType
The Net-Library to use.

実装

ITransSynchronizationAgent.DistributorNetwork

説明

This option is used to configure the control to connect to the Distributor without having to use SQL Server Configuration Manager.

If the value of DistributorNetwork is not DefaultNetwork (the default), the DistributorAddress property must be specified.

関連項目

参照

TransSynchronizationAgent クラス

Microsoft.SqlServer.Replication 名前空間