次の方法で共有


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)