ScriptComponentHost.CurrentScriptingEngine プロパティ
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
現在のスクリプト エンジンを取得します。
名前空間: Microsoft.SqlServer.Dts.Pipeline
アセンブリ: Microsoft.SqlServer.TxScript (Microsoft.SqlServer.TxScript.dll)
構文
'宣言
Public ReadOnly Property CurrentScriptingEngine As VSTAComponentScriptingEngine
Get
'使用
Dim instance As ScriptComponentHost
Dim value As VSTAComponentScriptingEngine
value = instance.CurrentScriptingEngine
public VSTAComponentScriptingEngine CurrentScriptingEngine { get; }
public:
property VSTAComponentScriptingEngine^ CurrentScriptingEngine {
VSTAComponentScriptingEngine^ get ();
}
member CurrentScriptingEngine : VSTAComponentScriptingEngine
function get CurrentScriptingEngine () : VSTAComponentScriptingEngine
プロパティ値
型: Microsoft.SqlServer.Dts.Pipeline.VSTAComponentScriptingEngine
現在のスクリプト エンジンです。