Freigeben über


ScriptTaskUI-Klasse

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Vererbungshierarchie

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

Der ScriptTaskUI-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ScriptTaskUI Infrastruktur Initializes a new instance of the ScriptTaskUI class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AssociatedTask Infrastruktur Gets or sets the task associated with the script task UI.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode ApplyChanges Infrastruktur Applies changes with the specified settings.
Öffentliche Methode Delete Infrastruktur Deletes the script task UI instance created by New(IWin32Window) method.
Öffentliche Methode Dispose Infrastruktur Releases the resources used by the current instance of the ScriptTaskUI class.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetView Infrastruktur Returns the view of the script task UI.
Öffentliche Methode Initialize Infrastruktur Initializes the properties of the script task UI instance.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode New Infrastruktur Creates a new instance of the script task UI with the specified parent window.
Öffentliche Methode ReportError Infrastruktur Reports the specified exception.
Öffentliche Methode ShowIDE Infrastruktur Displays the script task in the integrated development environment (IDE).
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.ScriptTask-Namespace