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