BaseCompareEditorPane.ShowUpdateScriptExec Method

Shows the script tool window.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Protected Shared Function ShowUpdateScriptExec As Integer
'Usage
Dim returnValue As Integer

returnValue = BaseCompareEditorPane.ShowUpdateScriptExec()
protected static int ShowUpdateScriptExec()
protected:
static int ShowUpdateScriptExec()
protected static function ShowUpdateScriptExec() : int
static member ShowUpdateScriptExec : unit -> int 

Return Value

Type: System.Int32
Returns a VSConstants value representing success.

.NET Framework Security

See Also

Reference

BaseCompareEditorPane Class

BaseCompareEditorPane Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors Namespace