Share via


Propriété SqlCeReplication.DistributorNetwork

Ce type a un attribut SecurityCriticalAttribute qui le limite à une utilisation interne par la bibliothèque de classes du .NET Framework pour Silverlight. Le code d'application qui utilise un membre de ce type lève un MethodAccessException.

[INFORMATIONS CRITIQUES DE SÉCURITÉ]

Spécifie le protocole réseau utilisé lorsque SQL Server Reconciler communique avec le distributeur.

Espace de noms :  System.Data.SqlServerCe
Assembly :  System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)

Syntaxe

'Déclaration
Public Property DistributorNetwork As NetworkType
    Get
    Set
'Utilisation
Dim instance As SqlCeReplication
Dim value As NetworkType

value = instance.DistributorNetwork

instance.DistributorNetwork = value
public NetworkType DistributorNetwork { get; set; }
public:
property NetworkType DistributorNetwork {
    NetworkType get ();
    void set (NetworkType value);
}
member DistributorNetwork : NetworkType with get, set
function get DistributorNetwork () : NetworkType
function set DistributorNetwork (value : NetworkType)

Valeur de propriété

Type : System.Data.SqlServerCe.NetworkType
Constante NetworkType utilisée par SQL Server Reconciler pour communiquer avec le distributeur.

Voir aussi

Référence

SqlCeReplication Classe

Espace de noms System.Data.SqlServerCe