Partilhar via


Propriedade do RDL SfcDependencyNode.AncestorCount

Gets a value that indicates the number of ancestors of the dependency node. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

SfcDependencyNode Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc