Proprietà ITransSynchronizationAgent.DistributorNetwork

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

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
Property DistributorNetwork As NetworkType 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

ITransSynchronizationAgent Interfaccia

Spazio dei nomi Microsoft.SqlServer.Replication