共用方式為


ITransSynchronizationAgent.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 中)

語法

'宣告
Property DistributorNetwork As NetworkType 
    Get 
    Set
'用途
Dim instance As ITransSynchronizationAgent 
Dim value As NetworkType 

value = instance.DistributorNetwork

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

屬性值

型別:Microsoft.SqlServer.Replication.NetworkType
The client Net-Library that is used when connecting to the Distributor.

請參閱

參考

ITransSynchronizationAgent 介面

Microsoft.SqlServer.Replication 命名空間