VSTATaskScriptingEngine Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents the Visual Studio Tools for Applications (VSTA) scripting engine for executing task scripts.

Inheritance Hierarchy

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

The VSTATaskScriptingEngine type exposes the following members.

Constructors

  Name Description
Public method VSTATaskScriptingEngine Infrastructure. Initializes a new instance of the VSTATaskScriptingEngine class.

Top

Properties

  Name Description
Protected property EnabledDebugging Gets or sets a value that indicates whether the task enables debugging. (Overrides VSTAScriptingEngineEnabledDebugging.)
Public property ExecutionException Infrastructure. Gets or sets the exception that occurs during script execution.
Protected property ScriptAppName Gets the name of the script application. (Overrides VSTAScriptingEngineScriptAppName.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member VSTATaskHostID Specifies the task host identifier of the Visual Studio Tools for Applications.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.ScriptTask Namespace