DistributorNetwork Propiedad
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Sintaxis
'Declaración
Property DistributorNetwork As NetworkType
Get
Set
'Uso
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)
Valor de la propiedad
Vea también