VSTATaskScriptingEngine(VSTAScriptProjectStorage) Constructor

Definition

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.

Applies to