ScriptTaskUI Class
SQL Server 2012
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the user interface (UI) for the script task.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTaskUI (in Microsoft.SqlServer.ScriptTaskUI.dll)
The ScriptTaskUI type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AssociatedTask | Infrastructure. Gets or sets the task associated with the script task UI. |
| Name | Description | |
|---|---|---|
![]() | ApplyChanges | Infrastructure. Applies changes with the specified settings. |
![]() | Delete | Infrastructure. Deletes the script task UI instance created by New(IWin32Window) method. |
![]() | Dispose | Infrastructure. Releases the resources used by the current instance of the ScriptTaskUI class. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetView | Infrastructure. Returns the view of the script task UI. |
![]() | Initialize | Infrastructure. Initializes the properties of the script task UI instance. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | New | Infrastructure. Creates a new instance of the script task UI with the specified parent window. |
![]() | ReportError | Infrastructure. Reports the specified exception. |
![]() | ShowIDE | Infrastructure. Displays the script task in the integrated development environment (IDE). |
![]() | ToString | (Inherited from Object.) |
