EnumerableChildrenList 属性

Gets an enumerable list of dependent child expression nodes.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public ReadOnly Property EnumerableChildrenList As IEnumerable(Of ExpressionNode)
    Get
用法
Dim instance As ExpressionNodeChildren
Dim value As IEnumerable(Of ExpressionNode)

value = instance.EnumerableChildrenList
public IEnumerable<ExpressionNode> EnumerableChildrenList { get; }
public:
property IEnumerable<ExpressionNode^>^ EnumerableChildrenList {
    IEnumerable<ExpressionNode^>^ get ();
}
member EnumerableChildrenList : IEnumerable<ExpressionNode>
function get EnumerableChildrenList () : IEnumerable<ExpressionNode>

属性值

类型:System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'ExpressionNode> ) > ) >
A IEnumerable value that specifies a list of children in the object.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。