Share via


VSTATaskScriptingEngine(VSTAScriptProjectStorage) 생성자

정의

VSTATaskScriptingEngine 클래스의 새 인스턴스를 초기화합니다.

public:
 VSTATaskScriptingEngine(Microsoft::SqlServer::VSTAHosting::VSTAScriptProjectStorage ^ scriptStorage);
public VSTATaskScriptingEngine (Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage scriptStorage);
new Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine : Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage -> Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine
Public Sub New (scriptStorage As VSTAScriptProjectStorage)

매개 변수

scriptStorage
VSTAScriptProjectStorage

프로젝트 스토리지를 호스팅하는 스크립트입니다.

적용 대상