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に伝えてください