VSTATaskScriptingEngine-Klasse
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents the Visual Studio Tools for Applications (VSTA) scripting engine for executing task scripts.
Vererbungshierarchie
System.Object
VSTAScriptingEngine
Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Syntax
'Declaration
Public Class VSTATaskScriptingEngine _
Inherits VSTAScriptingEngine
'Usage
Dim instance As VSTATaskScriptingEngine
public class VSTATaskScriptingEngine : VSTAScriptingEngine
public ref class VSTATaskScriptingEngine : public VSTAScriptingEngine
type VSTATaskScriptingEngine =
class
inherit VSTAScriptingEngine
end
public class VSTATaskScriptingEngine extends VSTAScriptingEngine
Der VSTATaskScriptingEngine-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
VSTATaskScriptingEngine | Infrastruktur Initializes a new instance of the VSTATaskScriptingEngine class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
EnabledDebugging | Gets or sets a value that indicates whether the task enables debugging. (Überschreibt VSTAScriptingEngineEnabledDebugging.) | |
ExecutionException | Infrastruktur Gets or sets the exception that occurs during script execution. | |
ScriptAppName | Gets the name of the script application. (Überschreibt VSTAScriptingEngineScriptAppName.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Felder
Name | Beschreibung | |
---|---|---|
VSTATaskHostID | Specifies the task host identifier of the Visual Studio Tools for Applications. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.