Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets or sets how the initial snapshot files are transferred to the Subscriber.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property FileTransferType As FileTransferOption
Get
Set
'Usage
Dim instance As ITransSynchronizationAgent
Dim value As FileTransferOption
value = instance.FileTransferType
instance.FileTransferType = value
FileTransferOption FileTransferType { get; set; }
property FileTransferOption FileTransferType {
FileTransferOption get ();
void set (FileTransferOption value);
}
abstract FileTransferType : FileTransferOption with get, set
function get FileTransferType () : FileTransferOption
function set FileTransferType (value : FileTransferOption)
Property Value
Type: Microsoft.SqlServer.Replication.FileTransferOption
A FileTransferOption value.