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. |