SfcDependencyNode.Ancestors Property
Enumerates over the ancestors of the dependency node. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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>
Property Value
Type: System.Collections.Generic.IEnumerable<SfcDependencyNode>
An enumerator for the ancestors of the current node, or null if there are no ancestors.