Share via


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

See Also

Reference

SqlScriptEditorControl Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace