VSTATaskScriptingEngine(VSTAScriptProjectStorage) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the VSTATaskScriptingEngine class.
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)
Parameters
- scriptStorage
- VSTAScriptProjectStorage
The script hosting project storage.