TransSynchronizationAgent.FileTransferType 속성

정의

초기 스냅샷 파일이 구독자에 전송되는 방법을 가져오거나 설정합니다.

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

속성 값

스냅샷 파일을 가져오기 위한 옵션입니다.

구현

설명

FileTransferType 의 기본값은 Unc입니다.

적용 대상