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