次の方法で共有


MergeSynchronizationAgent.FileTransferType プロパティ

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

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)

構文

'宣言
Public Overridable Property FileTransferType As FileTransferOption 
    Get 
    Set
'使用
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)

プロパティ値

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

実装

IMergeSynchronizationAgent.FileTransferType

説明

The default value of FileTransferType is Unc.

関連項目

参照

MergeSynchronizationAgent クラス

Microsoft.SqlServer.Replication 名前空間