Share via


Propriété SqlCeReplication.PublisherNetwork

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 le fournisseur de réplication de SQL Server communique avec le serveur de publication.

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

Syntaxe

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

value = instance.PublisherNetwork

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

Valeur de propriété

Type : System.Data.SqlServerCe.NetworkType
La constante NetworkType qui spécifie le protocole réseau utilisé.

Voir aussi

Référence

SqlCeReplication Classe

Espace de noms System.Data.SqlServerCe