共用方式為


ExpressionNodeChildren.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<ExpressionNode>
A IEnumerable value that specifies a list of children in the object.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

請參閱

參考

ExpressionNodeChildren 類別

Microsoft.SqlServer.Management.Dmf 命名空間