ITransferDatabaseTask.Action Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value from the TransferAction enumeration indicating whether the task is copying or moving databases.

Namespace:   Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly:  Microsoft.SqlServer.TransferDatabasesTask (in Microsoft.SqlServer.TransferDatabasesTask.dll)

Syntax

[TypeConverterAttribute(typeof(ActionTypeConverter))]
TransferAction Action { get; set; }
[TypeConverterAttribute((ActionTypeConverter^::typeid))]
property TransferAction Action {
    TransferAction get();
    void set(TransferAction value);
}
[<TypeConverterAttribute(typeof(ActionTypeConverter))>]
abstract Action : TransferAction with get, set
<TypeConverterAttribute(GetType(ActionTypeConverter))>
Property Action As TransferAction

Property Value

Type: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask.TransferAction

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

See Also

ITransferDatabaseTask Interface
Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask Namespace

Return to top