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 | |
---|---|---|
ScriptTaskUI | Infrastruktur Initializes a new instance of the ScriptTaskUI class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
AssociatedTask | Infrastruktur Gets or sets the task associated with the script task UI. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
ApplyChanges | Infrastruktur Applies changes with the specified settings. | |
Delete | Infrastruktur Deletes the script task UI instance created by New(IWin32Window) method. | |
Dispose | Infrastruktur Releases the resources used by the current instance of the ScriptTaskUI class. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
GetView | Infrastruktur Returns the view of the script task UI. | |
Initialize | Infrastruktur Initializes the properties of the script task UI instance. | |
MemberwiseClone | (Geerbt von Object.) | |
New | Infrastruktur Creates a new instance of the script task UI with the specified parent window. | |
ReportError | Infrastruktur Reports the specified exception. | |
ShowIDE | Infrastruktur Displays the script task in the integrated development environment (IDE). | |
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.