ChildrenList 属性
Gets or sets a list of dependent child expression nodes.
命名空间: Microsoft.SqlServer.Management.Dmf
程序集: Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)
语法
声明
Protected Property ChildrenList As List(Of ExpressionNode)
Get
Set
用法
Dim value As List(Of ExpressionNode)
value = Me.ChildrenList
Me.ChildrenList = value
protected List<ExpressionNode> ChildrenList { get; set; }
protected:
property List<ExpressionNode^>^ ChildrenList {
List<ExpressionNode^>^ get ();
void set (List<ExpressionNode^>^ value);
}
member ChildrenList : List<ExpressionNode> with get, set
function get ChildrenList () : List<ExpressionNode>
function set ChildrenList (value : List<ExpressionNode>)
属性值
类型:System.Collections.Generic. . :: . .List< (Of < ( <'ExpressionNode> ) > ) >
An List value that specifies a list of children in the object.
注释
仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。