TransferDatabaseTask.Action Property
Gets or sets a value from the TransferAction enumeration indicating whether the Transfer Database task is copying or moving databases.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly: Microsoft.SqlServer.TransferDatabasesTask (in microsoft.sqlserver.transferdatabasestask.dll)
Syntax
'Declaration
Public Property Action As TransferAction
public TransferAction Action { get; set; }
public:
virtual property TransferAction Action {
TransferAction get () sealed;
void set (TransferAction value) sealed;
}
/** @property */
public final TransferAction get_Action ()
/** @property */
public final void set_Action (TransferAction value)
public final function get Action () : TransferAction
public final function set Action (value : TransferAction)
Property Value
A value from the TransferAction enumeration that indicates a move or copy action.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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
TransferDatabaseTask Class
TransferDatabaseTask Members
Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask Namespace