SfcDependencyNode.AncestorCount Propiedad
Gets a value that indicates the number of ancestors of the dependency node. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public ReadOnly Property AncestorCount As Integer
Get
'Uso
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
Valor de la propiedad
Tipo: System.Int32
An integer that represents the number of ancestors.