IMergeSynchronizationAgent.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 IMergeSynchronizationAgent 
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
A NetworkType value that indicates the Net-Library to use.

请参阅

参考

IMergeSynchronizationAgent 接口

Microsoft.SqlServer.Replication 命名空间