Partager via


Propriété SqlCeReplication.SnapshotTransferType

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É]

Contrôle le transfert de fichiers d'instantanés entre le distributeur et l'ordinateur exécutant les services IIS. Les fichiers d'instantanés peuvent être transférés à l'aide du protocole HTTP ou FTP.

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

Syntaxe

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

value = instance.SnapshotTransferType

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

Valeur de propriété

Type : System.Data.SqlServerCe.SnapshotTransferType
Valeur SnapshotTransferType.

Voir aussi

Référence

SqlCeReplication Classe

Espace de noms System.Data.SqlServerCe