ScriptTaskUI Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the user interface (UI) for the script task.
Assembly: Microsoft.SqlServer.ScriptTaskUI (in Microsoft.SqlServer.ScriptTaskUI.dll)
| Name | Description | |
|---|---|---|
![]() | ScriptTaskUI() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ScriptTaskUI class. |
| Name | Description | |
|---|---|---|
![]() | AssociatedTask | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the task associated with the script task UI. |
| Name | Description | |
|---|---|---|
![]() | ApplyChanges(VSTAScriptLanguageInfoBasic^) | This API supports the product infrastructure and is not intended to be used directly from your code. Applies changes with the specified settings. |
![]() | Delete(IWin32Window^) | This API supports the product infrastructure and is not intended to be used directly from your code. Deletes the script task UI instance created by New method. |
![]() | Dispose() | This API supports the product infrastructure and is not intended to be used directly from your code. Releases the resources used by the current instance of the ScriptTaskUI class. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetView() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the view of the script task UI. |
![]() | Initialize(TaskHost^, IServiceProvider^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes the properties of the script task UI instance. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | New(IWin32Window^) | This API supports the product 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. |
![]() | ReportError(Exception^) | This API supports the product infrastructure and is not intended to be used directly from your code. Reports the specified exception. |
![]() | ShowIDE() | This API supports the product infrastructure and is not intended to be used directly from your code. Displays the script task in the integrated development environment (IDE). |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


