Перечисление TransferAction
Used by the Action property to determine if the transfer is a copy or a move.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Сборка: Microsoft.SqlServer.TransferDatabasesTask (в Microsoft.SqlServer.TransferDatabasesTask.dll)
Синтаксис
'Декларация
Public Enumeration TransferAction
'Применение
Dim instance As TransferAction
public enum TransferAction
public enum class TransferAction
type TransferAction
public enum TransferAction
Элементы
Имя элемента | Описание | |
---|---|---|
Copy | The action is a copy. | |
Move | The action is a move. |