SqlScriptEditorControl.OnShowEstimatedPlan(Object, EventArgs) 方法

定义

当用户每次选择“显示估计的计划”菜单项时调用。

protected:
 void OnShowEstimatedPlan(System::Object ^ sender, EventArgs ^ a);
protected void OnShowEstimatedPlan (object sender, EventArgs a);
member this.OnShowEstimatedPlan : obj * EventArgs -> unit
Protected Sub OnShowEstimatedPlan (sender As Object, a As EventArgs)

参数

sender
Object

发送方 Object

a
EventArgs

EventArgs 对象。

适用于