ITransferDatabaseTask.Method 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 task is copying or moving databases.
public:
property Microsoft::SqlServer::Dts::Tasks::TransferDatabaseTask::TransferMethod Method { Microsoft::SqlServer::Dts::Tasks::TransferDatabaseTask::TransferMethod get(); void set(Microsoft::SqlServer::Dts::Tasks::TransferDatabaseTask::TransferMethod value); };
public Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask.TransferMethod Method { get; set; }
member this.Method : Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask.TransferMethod with get, set
Public Property Method As TransferMethod
Property Value
A value from the TransferAction enumeration that indicates a move or copy action.