Propriété ExpressionNodeChildren.ChildrenList
Gets or sets a list of dependent child expression nodes.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Protected Property ChildrenList As List(Of ExpressionNode)
Get
Set
'Utilisation
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>)
Valeur de propriété
Type : System.Collections.Generic.List<ExpressionNode>
An List value that specifies a list of children in the object.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.