Partager via


Classe VSTAComponentScriptingEngine

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents the VSTA component scripting engine.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.TxScript (en Microsoft.SqlServer.TxScript.dll)

Syntaxe

'Déclaration
Public Class VSTAComponentScriptingEngine _
    Inherits VSTAScriptingEngine
'Utilisation
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

Le type VSTAComponentScriptingEngine expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique VSTAComponentScriptingEngine Infrastructure. Initializes a new instance of the VSTAComponentScriptingEngine class.

Haut de la page

Propriétés

  Nom Description
Propriété protégée EnabledDebugging Infrastructure. Gets whether the scripting engine enables debugging. (remplace VSTAScriptingEngineEnabledDebugging.)
Propriété protégée ScriptAppName Infrastructure. Gets the script application name. (remplace VSTAScriptingEngineScriptAppName.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Dispose Infrastructure. Releases all instance of the VSTAComponentScriptingEngine class.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ publicMembre statique ScriptComponentHostID Infrastructure. The script component host identifier.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Pipeline