VSTATaskScriptingEngine 构造函数

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Initializes a new instance of the VSTATaskScriptingEngine class.

命名空间:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
程序集:  Microsoft.SqlServer.ScriptTask(在 Microsoft.SqlServer.ScriptTask.dll 中)

语法

声明
Public Sub New ( _
    scriptStorage As VSTAScriptProjectStorage _
)
用法
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
)

参数

  • scriptStorage
    类型:VSTAScriptProjectStorage
    The script hosting project storage.

请参阅

参考

VSTATaskScriptingEngine 类

Microsoft.SqlServer.Dts.Tasks.ScriptTask 命名空间