ITransferDatabaseTask.Method Proprietà

Definizione

Ottiene o imposta un valore dell'enumerazione TransferAction che indica se l'attività sta copiando o spostando database.

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

Valore della proprietà

Valore dell'enumerazione TransferAction che indica un'azione di copia o spostamento.

Si applica a