Freigeben über


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
Öffentliche Methode VSTATaskScriptingEngine Infrastruktur Initializes a new instance of the VSTATaskScriptingEngine class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Geschützte Eigenschaft EnabledDebugging Gets or sets a value that indicates whether the task enables debugging. (Überschreibt VSTAScriptingEngineEnabledDebugging.)
Öffentliche Eigenschaft ExecutionException Infrastruktur Gets or sets the exception that occurs during script execution.
Geschützte Eigenschaft ScriptAppName Gets the name of the script application. (Überschreibt VSTAScriptingEngineScriptAppName.)

Zum Anfang

Methoden

  Name Beschreibung
Ö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.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches FeldStatisches Element 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.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.ScriptTask-Namespace