Właściwość TransSynchronizationAgent.FileTransferType
Pobiera lub ustawia jak migawka początkowa pliki są przenoszone do subskrybenta.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Replication (w Microsoft.SqlServer.Replication.dll)
Składnia
'Deklaracja
Public Overridable Property FileTransferType As FileTransferOption
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Replication.FileTransferOption
A FileTransferOption wartości.
Implementacje
Zobacz także