Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the VSTATaskScriptingEngine class.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Syntax
'Declaration
Public Sub New ( _
scriptStorage As VSTAScriptProjectStorage _
)
'Usage
Dim scriptStorage As VSTAScriptProjectStorage
Dim instance As New VSTATaskScriptingEngine(scriptStorage)
public VSTATaskScriptingEngine(
VSTAScriptProjectStorage scriptStorage
)
public:
VSTATaskScriptingEngine(
VSTAScriptProjectStorage^ scriptStorage
)
new :
scriptStorage:VSTAScriptProjectStorage -> VSTATaskScriptingEngine
public function VSTATaskScriptingEngine(
scriptStorage : VSTAScriptProjectStorage
)
Parameters
- scriptStorage
Type: VSTAScriptProjectStorage
The script hosting project storage.