ExpressionNode.EnumChildren Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates Children of the Node
public virtual System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Dmf.ExpressionNode> EnumChildren ();
abstract member EnumChildren : unit -> seq<Microsoft.SqlServer.Management.Dmf.ExpressionNode>
override this.EnumChildren : unit -> seq<Microsoft.SqlServer.Management.Dmf.ExpressionNode>
Public Overridable Function EnumChildren () As IEnumerable(Of ExpressionNode)