VSTAScriptingEngine コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
VSTAScriptingEngine(VSTAScriptProjectStorage) | |
VSTAScriptingEngine(VSTAScriptProjectStorage, Boolean) |
ランタイムとデザイン時の両方でスクリプト エンジンを初期化するために使用されるコンストラクター |
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)
パラメーター
- scriptStorage
- VSTAScriptProjectStorage
適用対象
VSTAScriptingEngine(VSTAScriptProjectStorage, Boolean)
ランタイムとデザイン時の両方でスクリプト エンジンを初期化するために使用されるコンストラクター
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)
パラメーター
- scriptStorage
- VSTAScriptProjectStorage
- debugMode
- Boolean
デバッグ モードになっているかどうかを scriptlib に通知する