Partager via


Propriété ExpressionNodeChildren.Count

Gets the number of child expression nodes that are dependent on the parent node.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Count As Integer 
    Get
'Utilisation
Dim instance As ExpressionNodeChildren 
Dim value As Integer 

value = instance.Count
public int Count { get; }
public:
property int Count {
    int get ();
}
member Count : int
function get Count () : int

Valeur de propriété

Type : System.Int32
An Int32 value that specifies the number of child expression nodes.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

ExpressionNodeChildren Classe

Espace de noms Microsoft.SqlServer.Management.Dmf