ScriptTask.ScriptingEngine Property

Definition

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

Applies to