Propriété SfcDependencyNode.Ancestors
Enumerates over the ancestors of the dependency node. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Ancestors As IEnumerable(Of SfcDependencyNode)
Get
'Utilisation
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>
Valeur de propriété
Type : System.Collections.Generic.IEnumerable<SfcDependencyNode>
An enumerator for the ancestors of the current node, or null if there are no ancestors.