Condividi tramite


Proprietà SfcDependencyNode.Ancestors

Enumerates over the ancestors of the dependency node. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Ancestors As IEnumerable(Of SfcDependencyNode)
    Get
'Utilizzo
Dim instance As SfcDependencyNode 
Dim value As IEnumerable(Of SfcDependencyNode)

value = instance.Ancestors
public IEnumerable<SfcDependencyNode> Ancestors { get; }
public:
property IEnumerable<SfcDependencyNode^>^ Ancestors {
    IEnumerable<SfcDependencyNode^>^ get ();
}
member Ancestors : IEnumerable<SfcDependencyNode>
function get Ancestors () : IEnumerable<SfcDependencyNode>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<SfcDependencyNode>
An enumerator for the ancestors of the current node, or null if there are no ancestors.

Vedere anche

Riferimento

SfcDependencyNode Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc