共用方式為


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.