FileTransferType プロパティ
初期スナップショット ファイルをサブスクライバに転送する方法を取得します。値の設定も可能です。
名前空間: 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)