Compartir a través de


SfcDependencyNode.Ancestors Propiedad

Enumerates over the ancestors of the dependency node. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property Ancestors As IEnumerable(Of SfcDependencyNode)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

SfcDependencyNode Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc