Classe VSTATaskScriptingEngine

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 Visual Studio Tools for Applications (VSTA) scripting engine for executing task scripts.

Hiérarchie d'héritage

System.Object
  VSTAScriptingEngine
    Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly :  Microsoft.SqlServer.ScriptTask (en Microsoft.SqlServer.ScriptTask.dll)

Syntaxe

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

Le type VSTATaskScriptingEngine expose les membres suivants.

Constructeurs

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

Haut de la page

Propriétés

  Nom Description
Propriété protégée EnabledDebugging Gets or sets a value that indicates whether the task enables debugging. (remplace VSTAScriptingEngineEnabledDebugging.)
Propriété publique ExecutionException Infrastructure. Gets or sets the exception that occurs during script execution.
Propriété protégée ScriptAppName Gets the name of the script application. (remplace VSTAScriptingEngineScriptAppName.)

Haut de la page

Méthodes

  Nom Description
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 VSTATaskHostID Specifies the task host identifier of the Visual Studio Tools for Applications.

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.Tasks.ScriptTask