ScriptTask.ScriptingEngine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the VSTATaskScriptingEngine class.
public:
property Microsoft::SqlServer::Dts::Tasks::ScriptTask::VSTATaskScriptingEngine ^ ScriptingEngine { Microsoft::SqlServer::Dts::Tasks::ScriptTask::VSTATaskScriptingEngine ^ get(); };
[System.ComponentModel.Browsable(false)]
public Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine ScriptingEngine { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ScriptingEngine : Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine
Public ReadOnly Property ScriptingEngine As VSTATaskScriptingEngine
Property Value
The VSTATaskScriptingEngine class.
- Attributes