VSTATaskScriptingEngine Class

 

This API supports the product 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.

Namespace:   Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly:  Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)

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

public ref class VSTATaskScriptingEngine : VSTAScriptingEngine

NameDescription
System_CAPS_pubmethodVSTATaskScriptingEngine(VSTAScriptProjectStorage^)

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the VSTATaskScriptingEngine class.

NameDescription
System_CAPS_pubpropertyExecutionException

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the exception that occurs during script execution.

System_CAPS_protpropertyScriptAppName

Gets the name of the script application.(Overrides VSTAScriptingEngine::ScriptAppName.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticVSTATaskHostID

Specifies the task host identifier of the Visual Studio Tools for Applications.

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

Return to top
Show: