Свойство FileTransferType
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)
Синтаксис
'Декларация
Property FileTransferType As FileTransferOption
Get
Set
'Применение
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)
Значение свойства
Тип: Microsoft.SqlServer.Replication. . :: . .FileTransferOption
См. также