Konstruktor VSTATaskScriptingEngine
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Zestaw: Microsoft.SqlServer.ScriptTask (w Microsoft.SqlServer.ScriptTask.dll)
Składnia
'Deklaracja
Public Sub New ( _
scriptStorage As VSTAScriptProjectStorage _
)
'Użycie
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
)
Parametry
- scriptStorage
Typ: VSTAScriptProjectStorage
Zobacz także