ExpressionNodeChildren.ChildrenList Property

Gets or sets a list of dependent child expression nodes.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Protected Property ChildrenList As List(Of ExpressionNode)
    Get
    Set
'Usage
Dim value As List(Of ExpressionNode)

value = Me.ChildrenList

Me.ChildrenList = value
protected List<ExpressionNode> ChildrenList { get; set; }
protected:
property List<ExpressionNode^>^ ChildrenList {
    List<ExpressionNode^>^ get ();
    void set (List<ExpressionNode^>^ value);
}
member ChildrenList : List<ExpressionNode> with get, set
function get ChildrenList () : List<ExpressionNode>
function set ChildrenList (value : List<ExpressionNode>)

Property Value

Type: System.Collections.Generic.List<ExpressionNode>
An List value that specifies a list of children in the object.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.