Свойство 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.