Właściwość ExpressionNodeChildren.ChildrenList
Pobiera lub ustawia listę węzłów wyrażenie podrzędność.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
Protected Property ChildrenList As List(Of ExpressionNode)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.Generic.List<ExpressionNode>
List Wartość, która określa listę dzieci obiektu.
Uwagi
Ten obszar nazw, klasa lub element członkowski jest obsługiwany tylko w wersji 2.0 programu Microsoft .NET Framework.
Zobacz także