ScriptTaskUI Class

Definition

Represents the user interface (UI) for the script task.

public ref class ScriptTaskUI : Microsoft::SqlServer::Dts::Runtime::Design::IDtsTaskUI
public class ScriptTaskUI : Microsoft.SqlServer.Dts.Runtime.Design.IDtsTaskUI
type ScriptTaskUI = class
    interface IDtsTaskUI
Public Class ScriptTaskUI
Implements IDtsTaskUI
Inheritance
ScriptTaskUI
Implements

Constructors

ScriptTaskUI()

Initializes a new instance of the ScriptTaskUI class.

Properties

AssociatedTask

Gets or sets the task associated with the script task UI.

Methods

ApplyChanges(VSTAScriptLanguageInfoBasic)

Applies changes with the specified settings.

Delete(IWin32Window)

Deletes the script task UI instance created by New(IWin32Window) method.

Dispose()

Releases the resources used by the current instance of the ScriptTaskUI class.

GetView()

Returns the view of the script task UI.

Initialize(TaskHost, IServiceProvider)

Initializes the properties of the script task UI instance.

New(IWin32Window)

Creates a new instance of the script task UI with the specified parent window.

ReportError(Exception)

Reports the specified exception.

ShowIDE()

Displays the script task in the integrated development environment (IDE).

Applies to