SfcDependencyNode.Ancestors Property

Definition

Enumerate over the ancestors of this dependency node.

public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyNode> Ancestors { get; }
member this.Ancestors : seq<Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyNode>
Public ReadOnly Property Ancestors As IEnumerable(Of SfcDependencyNode)

Property Value

A enumerator for the ancestors of the current node, or null if there are no ancestors.

Applies to