FileTransferType 속성

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)

구문

‘선언
Property FileTransferType As FileTransferOption
    Get
    Set
‘사용 방법
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)