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 オブジェクトです。

適用対象