Partager via


Propriété FileTransferType

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

Syntaxe

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