Share via


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
Public method ScriptTaskUI Infrastructure. Initializes a new instance of the ScriptTaskUI class.

Top

Properties

  Name Description
Public property AssociatedTask Infrastructure. Gets or sets the task associated with the script task UI.

Top

Methods

  Name Description
Public method ApplyChanges Infrastructure. Applies changes with the specified settings.
Public method Delete Infrastructure. Deletes the script task UI instance created by New(IWin32Window) method.
Public method Dispose Infrastructure. Releases the resources used by the current instance of the ScriptTaskUI class.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetView Infrastructure. Returns the view of the script task UI.
Public method Initialize Infrastructure. Initializes the properties of the script task UI instance.
Protected method MemberwiseClone (Inherited from Object.)
Public method New Infrastructure. Creates a new instance of the script task UI with the specified parent window.
Public method ReportError Infrastructure. Reports the specified exception.
Public method ShowIDE Infrastructure. Displays the script task in the integrated development environment (IDE).
Public method 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.

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.ScriptTask Namespace