Partager via


Propriété FileTransferType

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Public Overridable Property FileTransferType As FileTransferOption
    Get
    Set
'Utilisation
Dim instance As TransSynchronizationAgent
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)

Implémente

ITransSynchronizationAgent. . :: . .FileTransferType

Notes

The default value of FileTransferType is Unc.