다음을 통해 공유


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에 지시

적용 대상