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
- sender
Type: System.Object
The sender Object.
- e
Type: System.EventArgs
The EventArgs object.
See Also
Reference
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace