TransferDatabaseTask.Action Property

 

Applies To: SQL Server 2016 Preview

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

[TypeConverterAttribute(typeof(ActionTypeConverter))]
public TransferAction Action { get; set; }
public:
[TypeConverterAttribute((ActionTypeConverter^::typeid))]
property TransferAction Action {
    virtual TransferAction get() sealed;
    virtual void set(TransferAction value) sealed;
}
[<TypeConverterAttribute(typeof(ActionTypeConverter))>]
abstract Action : TransferAction with get, set
[<TypeConverterAttribute(typeof(ActionTypeConverter))>]
override Action : TransferAction with get, set
<TypeConverterAttribute(GetType(ActionTypeConverter))>
Public 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.

Implements

ITransferDatabaseTask.Action

See Also

TransferDatabaseTask Class
Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask Namespace

Return to top