MergeSynchronizationAgent.FileTransferType Property

Definition

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

public:
 virtual property Microsoft::SqlServer::Replication::FileTransferOption FileTransferType { Microsoft::SqlServer::Replication::FileTransferOption get(); void set(Microsoft::SqlServer::Replication::FileTransferOption value); };
public virtual Microsoft.SqlServer.Replication.FileTransferOption FileTransferType { get; set; }
member this.FileTransferType : Microsoft.SqlServer.Replication.FileTransferOption with get, set
Public Overridable Property FileTransferType As FileTransferOption

Property Value

A FileTransferOption value.

Implements

Remarks

The default value of FileTransferType is Unc.

Applies to