Freigeben über


Ancestors-Eigenschaft

Enumerates over the ancestors of the dependency node. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Public ReadOnly Property Ancestors As IEnumerable(Of SfcDependencyNode)
    Get
'Usage
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>

Eigenschaftswert

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