共用方式為


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 命名空間