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.