ITaskFormBackgroundWorker.PerformBackgroundOperation Metodo
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.
Esegue l'operazione in background tramite il thread di lavoro nel pool di thread.
public:
void PerformBackgroundOperation(Microsoft::SqlServer::Management::TaskForms::BackgroundOperationDelegate ^ backgroundOperation, ... cli::array <System::Object ^> ^ arguments);
public void PerformBackgroundOperation (Microsoft.SqlServer.Management.TaskForms.BackgroundOperationDelegate backgroundOperation, params object[] arguments);
abstract member PerformBackgroundOperation : Microsoft.SqlServer.Management.TaskForms.BackgroundOperationDelegate * obj[] -> unit
Public Sub PerformBackgroundOperation (backgroundOperation As BackgroundOperationDelegate, ParamArray arguments As Object())
Parametri
- backgroundOperation
- BackgroundOperationDelegate
Delegato per l'operazione.
- arguments
- Object[]
Oggetto che rappresenta gli argomenti dell'operazione.