ExpressionNodeChildren.EnumerableChildrenList プロパティ

依存する子式ノードの列挙リストを取得します。

名前空間:  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>
オブジェクトの子のリストを示す IEnumerable 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

ExpressionNodeChildren クラス

Microsoft.SqlServer.Management.Dmf 名前空間