Share via


SfcDependencyNode.AncestorCount Property

Gets a value that indicates the number of ancestors of the dependency node. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Property Value

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