Compartir a través de


IMergeSynchronizationAgent.FileTransferType Propiedad

Gets or sets how the initial snapshot files are transferred to the Subscriber.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Property FileTransferType As FileTransferOption 
    Get 
    Set
'Uso
Dim instance As IMergeSynchronizationAgent 
Dim value As FileTransferOption 

value = instance.FileTransferType

instance.FileTransferType = value
FileTransferOption FileTransferType { get; set; }
property FileTransferOption FileTransferType {
    FileTransferOption get ();
    void set (FileTransferOption value);
}
abstract FileTransferType : FileTransferOption with get, set
function get FileTransferType () : FileTransferOption 
function set FileTransferType (value : FileTransferOption)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Replication.FileTransferOption
A FileTransferOption value.

Vea también

Referencia

IMergeSynchronizationAgent Interfaz

Espacio de nombres Microsoft.SqlServer.Replication