TransferAction Enumeration
Used by the Action property to determine if the transfer is a copy or a move.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly: Microsoft.SqlServer.TransferDatabasesTask (in microsoft.sqlserver.transferdatabasestask.dll)
Syntax
'Declaration
Public Enumeration TransferAction
public enum TransferAction
public enum class TransferAction
public enum TransferAction
public enum TransferAction
Members
Member name | Description |
---|---|
Copy | The action is a copy. |
Move | The action is a move. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask Namespace