Propriété ScriptTask.ScriptingEngine
Gets the VSTATaskScriptingEngine class.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly : Microsoft.SqlServer.ScriptTask (en Microsoft.SqlServer.ScriptTask.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ScriptingEngine As VSTATaskScriptingEngine
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine
The VSTATaskScriptingEngine class.