Share via


VSTAScriptingEngine Constructors

Definition

Overloads

VSTAScriptingEngine(VSTAScriptProjectStorage)
VSTAScriptingEngine(VSTAScriptProjectStorage, Boolean)

Constructor used to initialize the scripting engine for both runtime and design time

VSTAScriptingEngine(VSTAScriptProjectStorage)

public:
 VSTAScriptingEngine(Microsoft::SqlServer::VSTAHosting::VSTAScriptProjectStorage ^ scriptStorage);
public VSTAScriptingEngine (Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage scriptStorage);
new Microsoft.SqlServer.VSTAHosting.VSTAScriptingEngine : Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage -> Microsoft.SqlServer.VSTAHosting.VSTAScriptingEngine
Public Sub New (scriptStorage As VSTAScriptProjectStorage)

Parameters

scriptStorage
VSTAScriptProjectStorage

Applies to

VSTAScriptingEngine(VSTAScriptProjectStorage, Boolean)

Constructor used to initialize the scripting engine for both runtime and design time

public:
 VSTAScriptingEngine(Microsoft::SqlServer::VSTAHosting::VSTAScriptProjectStorage ^ scriptStorage, bool debugMode);
public VSTAScriptingEngine (Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage scriptStorage, bool debugMode);
new Microsoft.SqlServer.VSTAHosting.VSTAScriptingEngine : Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage * bool -> Microsoft.SqlServer.VSTAHosting.VSTAScriptingEngine
Public Sub New (scriptStorage As VSTAScriptProjectStorage, debugMode As Boolean)

Parameters

scriptStorage
VSTAScriptProjectStorage
debugMode
Boolean

tell the scriptlib if we are in debugging mode

Applies to