Share via


ScriptTaskUI Class

This API supports the infrastructure and is not intended to be used directly from your code.

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.

Top

Properties

  Name Description
Public property AssociatedTask Infrastructure.

Top

Methods

  Name Description
Public method ApplyChanges Infrastructure.
Public method Delete Infrastructure.
Public method Dispose Infrastructure.
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.
Public method Initialize Infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public method New Infrastructure.
Public method ReportError Infrastructure.
Public method ShowIDE Infrastructure.
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.