Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Creates a new instance of the script task UI with the specified parent window.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTaskUI (in Microsoft.SqlServer.ScriptTaskUI.dll)
Syntax
'Declaration
Public Sub New ( _
parentWindow As IWin32Window _
)
'Usage
Dim instance As ScriptTaskUI
Dim parentWindow As IWin32Window
instance.New(parentWindow)
public void New(
IWin32Window parentWindow
)
public:
virtual void New(
IWin32Window^ parentWindow
) sealed
abstract New :
parentWindow:IWin32Window -> unit
override New :
parentWindow:IWin32Window -> unit
public final function New(
parentWindow : IWin32Window
)
Parameters
- parentWindow
Type: System.Windows.Forms.IWin32Window
The parent window.