다음을 통해 공유


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)

구현

IMergeSynchronizationAgent. . :: . .FileTransferType

주의

The default value of FileTransferType is Unc.