Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
)
Parameter
- scriptStorage
Typ: VSTAScriptProjectStorage
The script hosting project storage.