TransferDatabaseTask::Action Property
Gets or sets a value from the TransferAction enumeration indicating whether the Transfer Database task is copying or moving databases.
Assembly: Microsoft.SqlServer.TransferDatabasesTask (in Microsoft.SqlServer.TransferDatabasesTask.dll)
public: [TypeConverterAttribute((ActionTypeConverter^::typeid))] property TransferAction Action { virtual TransferAction get() sealed; virtual void set(TransferAction value) sealed; }
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask::TransferActionA value from the TransferAction enumeration that indicates a move or copy action.
Implements
ITransferDatabaseTask::Action
Show: