Share via


SqlScriptEditorControl.OnShowTemplateParamsGrid Method

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

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Protected Sub OnShowTemplateParamsGrid ( _
    sender As Object, _
    e As EventArgs _
)
'Usage
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
)

Parameters

See Also

Reference

SqlScriptEditorControl Class

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