TransSynchronizationAgent.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 TransSynchronizationAgent 
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
The option for obtaining snapshot file.

实现

ITransSynchronizationAgent.FileTransferType

注释

The default value of FileTransferType is Unc.

请参阅

参考

TransSynchronizationAgent 类

Microsoft.SqlServer.Replication 命名空间