Propriété SfcDependencyNode.ChildCount

Gets a value that indicates the number of children of the dependency node. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

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

Syntaxe

'Déclaration
Public ReadOnly Property ChildCount As Integer 
    Get
'Utilisation
Dim instance As SfcDependencyNode 
Dim value As Integer 

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

Valeur de propriété

Type : System.Int32
An integer that represents the number of children.

Voir aussi

Référence

SfcDependencyNode Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc