次の方法で共有


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

適用対象