ITransferDatabaseTask.Action Property

Definition

Gets or sets the name of the connection manager for the destination database.

public:
 property Microsoft::SqlServer::Dts::Tasks::TransferDatabaseTask::TransferAction Action { Microsoft::SqlServer::Dts::Tasks::TransferDatabaseTask::TransferAction get(); void set(Microsoft::SqlServer::Dts::Tasks::TransferDatabaseTask::TransferAction value); };
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask.ActionTypeConverter))]
public Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask.TransferAction Action { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask.ActionTypeConverter))>]
member this.Action : Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask.TransferAction with get, set
Public Property Action As TransferAction

Property Value

The name of the connection manager for the destination database.

Attributes

Applies to