TransferDatabaseTask.Action Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un valore dell'enumerazione TransferAction che indica se l'attività Trasferisci database sta copiando o spostando 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
Valore della proprietà
Valore dell'enumerazione TransferAction che indica un'azione di copia o spostamento.
Implementazioni
- Attributi