Właściwość ExpressionNodeChildren.EnumerableChildrenList
Pobiera agreguje ustalony listy węzłów wyrażenie podrzędność.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
Public ReadOnly Property EnumerableChildrenList As IEnumerable(Of ExpressionNode)
Get
'Użycie
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>
Wartość właściwości
Typ: System.Collections.Generic.IEnumerable<ExpressionNode>
A IEnumerable wartość, która określa listę dzieci obiektu.
Uwagi
Ten obszar nazw, klasa lub element członkowski jest obsługiwany tylko w wersji 2.0 programu Microsoft .NET Framework.
Zobacz także