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.
Returns an enumerated list of the children listed in this object.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Overrides Function EnumChildren As IEnumerable(Of ExpressionNode)
'Usage
Dim instance As ExpressionNodeChildren
Dim returnValue As IEnumerable(Of ExpressionNode)
returnValue = instance.EnumChildren()
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public override IEnumerable<ExpressionNode> EnumChildren()
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
virtual IEnumerable<ExpressionNode^>^ EnumChildren() override
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
abstract EnumChildren : unit -> IEnumerable<ExpressionNode>
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
override EnumChildren : unit -> IEnumerable<ExpressionNode>
public override function EnumChildren() : IEnumerable<ExpressionNode>
Return Value
Type: System.Collections.Generic.IEnumerable<ExpressionNode>
An IEnumerable value that containing the expression nodes that are the children listed in the object.