Condividi tramite


Proprietà MergeSynchronizationAgent.FileTransferType

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

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
Public Overridable Property FileTransferType As FileTransferOption 
    Get 
    Set
'Utilizzo
Dim instance As MergeSynchronizationAgent 
Dim value As FileTransferOption 

value = instance.FileTransferType

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

Valore proprietà

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

Implementa

IMergeSynchronizationAgent.FileTransferType

Osservazioni

The default value of FileTransferType is Unc.

Vedere anche

Riferimento

MergeSynchronizationAgent Classe

Spazio dei nomi Microsoft.SqlServer.Replication