Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.