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 VSTAComponentScriptingEngine class.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)
Syntax
'Declaration
Public Sub New ( _
scriptComponentHost As ScriptComponentHost, _
scriptStorage As VSTAScriptProjectStorage _
)
'Usage
Dim scriptComponentHost As ScriptComponentHost
Dim scriptStorage As VSTAScriptProjectStorage
Dim instance As New VSTAComponentScriptingEngine(scriptComponentHost, _
scriptStorage)
public VSTAComponentScriptingEngine(
ScriptComponentHost scriptComponentHost,
VSTAScriptProjectStorage scriptStorage
)
public:
VSTAComponentScriptingEngine(
ScriptComponentHost^ scriptComponentHost,
VSTAScriptProjectStorage^ scriptStorage
)
new :
scriptComponentHost:ScriptComponentHost *
scriptStorage:VSTAScriptProjectStorage -> VSTAComponentScriptingEngine
public function VSTAComponentScriptingEngine(
scriptComponentHost : ScriptComponentHost,
scriptStorage : VSTAScriptProjectStorage
)
Parameters
- scriptComponentHost
Type: Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost
The script component host.
- scriptStorage
Type: VSTAScriptProjectStorage
The script storage.