Freigeben über


SfcDependencyNode.ChildCount-Eigenschaft

Gets a value that indicates the number of children of the dependency node. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property ChildCount As Integer 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

SfcDependencyNode Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace