VSTAComponentScriptingEngine Class

Definition

public ref class VSTAComponentScriptingEngine : Microsoft::SqlServer::VSTAHosting::VSTAScriptingEngine
public class VSTAComponentScriptingEngine : Microsoft.SqlServer.VSTAHosting.VSTAScriptingEngine
type VSTAComponentScriptingEngine = class
    inherit VSTAScriptingEngine
Public Class VSTAComponentScriptingEngine
Inherits VSTAScriptingEngine
Inheritance
VSTAComponentScriptingEngine

Constructors

VSTAComponentScriptingEngine(ScriptComponentHost, VSTAScriptProjectStorage)

Always use this constructor

Fields

c_xmlprojNamespace

the namespace name for all the names used in the vsta project file xml.

(Inherited from VSTAScriptingEngine)
m_debugMode (Inherited from VSTAScriptingEngine)
m_macroProjectPath (Inherited from VSTAScriptingEngine)
m_scriptStorage (Inherited from VSTAScriptingEngine)
ScriptComponentHostID

Properties

DebuggerVstaHelper (Inherited from VSTAScriptingEngine)
IsVstaHelperCreated (Inherited from VSTAScriptingEngine)
ProjectName

Gets or sets the current project name. Useful for renaming scripts

(Inherited from VSTAScriptingEngine)
ScriptAppName
VstaHelper (Inherited from VSTAScriptingEngine)

Methods

CheckDebuggerInUsed(Boolean) (Inherited from VSTAScriptingEngine)
ClearDebuggerFlag() (Inherited from VSTAScriptingEngine)
Dispose()
DisposeVstaHelper() (Inherited from VSTAScriptingEngine)
LoadProjectFromStorage() (Inherited from VSTAScriptingEngine)
SaveProjectToStorage() (Inherited from VSTAScriptingEngine)

Applies to