Freigeben über


SfcDependencyNode.AncestorCount-Eigenschaft

Gets a value that indicates the number of ancestors 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 AncestorCount As Integer 
    Get
'Usage
Dim instance As SfcDependencyNode 
Dim value As Integer 

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

Eigenschaftswert

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

Siehe auch

Verweis

SfcDependencyNode Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace