Sprache

VSTAScriptingEngine Konstruktoren

Definition

Überlädt

Name Beschreibung
VSTAScriptingEngine(VSTAScriptProjectStorage)
VSTAScriptingEngine(VSTAScriptProjectStorage, Boolean)

Der Konstruktor, der zur Initialisierung der Skript-Engine sowohl zur Laufzeit als auch zur 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)

Der Konstruktor, der zur Initialisierung der Skript-Engine sowohl zur Laufzeit als auch zur 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

Sag der Scriptlib, ob wir im Debugging-Modus sind

Gilt für: