Partilhar via


Propriedade SnapshotTransferType

Controla como os arquivos de instantâneo são transferidos do Distribuidor para o computador que está executando o IIS. Os arquivos de instantâneo podem ser transferido usando os protocolos HTTP ou FTP.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.Data.SqlServerCe. . :: . .SnapshotTransferType
O valor SnapshotTransferType.

Consulte também

Referência

SqlCeReplication Classe

Membros SqlCeReplication

Namespace System.Data.SqlServerCe