ScriptTaskUI.ShowIDE Method
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTaskUI (in Microsoft.SqlServer.ScriptTaskUI.dll)
Syntax
'Declaration
Public Sub ShowIDE
'Usage
Dim instance As ScriptTaskUI
instance.ShowIDE()
public void ShowIDE()
public:
void ShowIDE()
member ShowIDE : unit -> unit
public function ShowIDE()