SqlScriptEditorControl.OnShowEstimatedPlan Method
Called every time user selects "Show estimated plan" menu item.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Protected Sub OnShowEstimatedPlan ( _
sender As Object, _
a As EventArgs _
)
'Usage
Dim sender As Object
Dim a As EventArgs
Me.OnShowEstimatedPlan(sender, a)
protected void OnShowEstimatedPlan(
Object sender,
EventArgs a
)
protected:
void OnShowEstimatedPlan(
Object^ sender,
EventArgs^ a
)
member OnShowEstimatedPlan :
sender:Object *
a:EventArgs -> unit
protected function OnShowEstimatedPlan(
sender : Object,
a : EventArgs
)
Parameters
- sender
Type: System.Object
The sender Object.
- a
Type: System.EventArgs
The EventArgs object.
See Also
Reference
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace