SqlScriptEditorControl.OnShowTemplateParamsGrid 메서드

Displays template parameters. The Substitution grid is a modal dialog box.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Protected Sub OnShowTemplateParamsGrid ( _
    sender As Object, _
    e As EventArgs _
)
‘사용 방법
Dim sender As Object 
Dim e As EventArgs 

Me.OnShowTemplateParamsGrid(sender, _
    e)
protected void OnShowTemplateParamsGrid(
    Object sender,
    EventArgs e
)
protected:
void OnShowTemplateParamsGrid(
    Object^ sender, 
    EventArgs^ e
)
member OnShowTemplateParamsGrid : 
        sender:Object * 
        e:EventArgs -> unit
protected function OnShowTemplateParamsGrid(
    sender : Object, 
    e : EventArgs
)

매개 변수

참고 항목

참조

SqlScriptEditorControl 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스