VSTATaskScriptingEngine コンストラクター
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
VSTATaskScriptingEngine クラスの新しいインスタンスを初期化します。
名前空間: 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
スクリプト ホスト プロジェクト ストレージです。