ScriptTask.ScriptingEngine 属性
Gets the VSTATaskScriptingEngine class.
命名空间: Microsoft.SqlServer.Dts.Tasks.ScriptTask
程序集: Microsoft.SqlServer.ScriptTask(在 Microsoft.SqlServer.ScriptTask.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public ReadOnly Property ScriptingEngine As VSTATaskScriptingEngine
Get
用法
Dim instance As ScriptTask
Dim value As VSTATaskScriptingEngine
value = instance.ScriptingEngine
[BrowsableAttribute(false)]
public VSTATaskScriptingEngine ScriptingEngine { get; }
[BrowsableAttribute(false)]
public:
property VSTATaskScriptingEngine^ ScriptingEngine {
VSTATaskScriptingEngine^ get ();
}
[<BrowsableAttribute(false)>]
member ScriptingEngine : VSTATaskScriptingEngine
function get ScriptingEngine () : VSTATaskScriptingEngine
属性值
类型:Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine
The VSTATaskScriptingEngine class.