SqlScriptEditorControl.ProcessQEOptionsChange Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé lorsque l'utilisateur modifie les options QE globales à l'aide du menu Outils, sous-menu Options.
protected:
virtual void ProcessQEOptionsChange(Microsoft::SqlServer::Management::UI::VSIntegration::Editors::QEOptionsComponent changedComponent, Microsoft::SqlServer::Management::UserSettings::QueryExecutionSettings ^ newOptions);
protected virtual void ProcessQEOptionsChange (Microsoft.SqlServer.Management.UI.VSIntegration.Editors.QEOptionsComponent changedComponent, Microsoft.SqlServer.Management.UserSettings.QueryExecutionSettings newOptions);
abstract member ProcessQEOptionsChange : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.QEOptionsComponent * Microsoft.SqlServer.Management.UserSettings.QueryExecutionSettings -> unit
override this.ProcessQEOptionsChange : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.QEOptionsComponent * Microsoft.SqlServer.Management.UserSettings.QueryExecutionSettings -> unit
Protected Overridable Sub ProcessQEOptionsChange (changedComponent As QEOptionsComponent, newOptions As QueryExecutionSettings)
Paramètres
- changedComponent
- QEOptionsComponent
Objet QEOptionsComponent.
- newOptions
- Microsoft.SqlServer.Management.UserSettings.QueryExecutionSettings
Objet Microsoft.SqlServer.Management.UserSettings.QueryExecutionSettings.