Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.