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