Propriété SfcDependencyNode.AncestorCount

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

Valeur de propriété

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

Voir aussi

Référence

SfcDependencyNode Classe

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