ScriptComponentHost.CurrentScriptingEngine 属性

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

Gets the current scripting engine.

命名空间:  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
The current scripting engine.

请参阅

参考

ScriptComponentHost 类

Microsoft.SqlServer.Dts.Pipeline 命名空间