Свойство 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.
См. также