言語

VSTAScriptingEngine コンストラクター

定義

オーバーロード

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

適用対象