Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the VSTATaskScriptingEngine class.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ScriptingEngine As VSTATaskScriptingEngine
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine
The VSTATaskScriptingEngine class.