SqlScriptEditorControl.ProcessQEOptionsChange Method
Called when user modifies global QE Options using the Tools menu, Options submenu.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Protected Overridable Sub ProcessQEOptionsChange ( _
changedComponent As QEOptionsComponent, _
newOptions As QueryExecutionSettings _
)
'Usage
Dim changedComponent As QEOptionsComponent
Dim newOptions As QueryExecutionSettings
Me.ProcessQEOptionsChange(changedComponent, _
newOptions)
protected virtual void ProcessQEOptionsChange(
QEOptionsComponent changedComponent,
QueryExecutionSettings newOptions
)
protected:
virtual void ProcessQEOptionsChange(
QEOptionsComponent changedComponent,
QueryExecutionSettings^ newOptions
)
abstract ProcessQEOptionsChange :
changedComponent:QEOptionsComponent *
newOptions:QueryExecutionSettings -> unit
override ProcessQEOptionsChange :
changedComponent:QEOptionsComponent *
newOptions:QueryExecutionSettings -> unit
protected function ProcessQEOptionsChange(
changedComponent : QEOptionsComponent,
newOptions : QueryExecutionSettings
)
Parameters
- changedComponent
Type: Microsoft.SqlServer.Management.UI.VSIntegration.Editors.QEOptionsComponent
A QEOptionsComponent object.
- newOptions
Type: QueryExecutionSettings
A QueryExecutionSettings object.
See Also
Reference
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace