SqlScriptEditorControl.ProcessQEOptionsChange Method
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.
Called when user modifies global QE Options using the Tools menu, Options submenu.
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)
Parameters
- changedComponent
- QEOptionsComponent
A QEOptionsComponent object.
- newOptions
- Microsoft.SqlServer.Management.UserSettings.QueryExecutionSettings
A Microsoft.SqlServer.Management.UserSettings.QueryExecutionSettings object.