Freigeben über


VSTAComponentScriptingEngine-Klasse

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

Represents the VSTA component scripting engine.

Vererbungshierarchie

System.Object
  VSTAScriptingEngine
    Microsoft.SqlServer.Dts.Pipeline.VSTAComponentScriptingEngine

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)

Syntax

'Declaration
Public Class VSTAComponentScriptingEngine _
    Inherits VSTAScriptingEngine
'Usage
Dim instance As VSTAComponentScriptingEngine
public class VSTAComponentScriptingEngine : VSTAScriptingEngine
public ref class VSTAComponentScriptingEngine : public VSTAScriptingEngine
type VSTAComponentScriptingEngine =  
    class 
        inherit VSTAScriptingEngine 
    end
public class VSTAComponentScriptingEngine extends VSTAScriptingEngine

Der VSTAComponentScriptingEngine-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Geschützte Eigenschaft EnabledDebugging Infrastruktur Gets whether the scripting engine enables debugging. (Überschreibt VSTAScriptingEngineEnabledDebugging.)
Geschützte Eigenschaft ScriptAppName Infrastruktur Gets the script application name. (Überschreibt VSTAScriptingEngineScriptAppName.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Dispose Infrastruktur Releases all instance of the VSTAComponentScriptingEngine 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.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches FeldStatisches Element ScriptComponentHostID Infrastruktur The script component host identifier.

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.Pipeline-Namespace