TransferDatabaseTask.Action Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value from the TransferAction enumeration indicating whether the Transfer Database task is copying or moving databases.
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
A value from the TransferAction enumeration that indicates a move or copy action.
Implements
- Attributes