Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.