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 版支援此命名空間、類別或成員。