SfcDependencyNode.Ancestors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.