Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets an enumerable list of dependent child expression nodes.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Property EnumerableChildrenList As IEnumerable(Of ExpressionNode)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IEnumerable<ExpressionNode>
A IEnumerable 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.