Compartir a través de


SqlCeReplication.SnapshotTransferType Propiedad

Este tipo tiene un atributo SecurityCriticalAttribute, que lo restringe a su uso interno por la biblioteca de clases de .NET Framework para Silverlight. El código de aplicación que usa cualquier miembro de este tipo genera una excepción MethodAccessException.

[IMPORTANTE PARA LA SEGURIDAD]

Controla cómo se transfieren los archivos de instantáneas del distribuidor al equipo que ejecuta IIS. Los archivos de instantáneas se pueden transferir utilizando el protocolo HTTP o FTP.

Espacio de nombres:  System.Data.SqlServerCe
Ensamblado:  System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)

Sintaxis

'Declaración
Public Property SnapshotTransferType As SnapshotTransferType
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Data.SqlServerCe.SnapshotTransferType
El valor de SnapshotTransferType.

Vea también

Referencia

SqlCeReplication Clase

Espacio de nombres System.Data.SqlServerCe