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)

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::TransferAction

A value from the TransferAction enumeration that indicates a move or copy action.

Return to top
Show: