Freigeben über


VSTAScriptingEngine Konstruktoren

Definition

Überlädt

VSTAScriptingEngine(VSTAScriptProjectStorage)
VSTAScriptingEngine(VSTAScriptProjectStorage, Boolean)

Konstruktor, der zum Initialisieren der Skript-Engine sowohl für die Laufzeit als auch für die Entwurfszeit verwendet wird

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)

Parameter

scriptStorage
VSTAScriptProjectStorage

Gilt für:

VSTAScriptingEngine(VSTAScriptProjectStorage, Boolean)

Konstruktor, der zum Initialisieren der Skript-Engine sowohl für die Laufzeit als auch für die Entwurfszeit verwendet wird

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)

Parameter

scriptStorage
VSTAScriptProjectStorage
debugMode
Boolean

teilen Sie der scriptlib mit, wenn wir uns im Debugmodus befinden.

Gilt für: