Свойство 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