ScriptTaskUI Class
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.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptTaskUI
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTaskUI (in Microsoft.SqlServer.ScriptTaskUI.dll)
Syntax
'Declaration
Public Class ScriptTaskUI _
Implements IDtsTaskUI
'Usage
Dim instance As ScriptTaskUI
public class ScriptTaskUI : IDtsTaskUI
public ref class ScriptTaskUI : IDtsTaskUI
type ScriptTaskUI =
class
interface IDtsTaskUI
end
public class ScriptTaskUI implements IDtsTaskUI
The ScriptTaskUI type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ScriptTaskUI | Infrastructure. Initializes a new instance of the ScriptTaskUI class. |
Top
Properties
Name | Description | |
---|---|---|
AssociatedTask | Infrastructure. Gets or sets the task associated with the script task UI. |
Top
Methods
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.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.