Propriedade do RDL Ancestors
Enumerates over the ancestors of the dependency node. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'SfcDependencyNode> ) > ) >
An enumerator for the ancestors of the current node, or null if there are no ancestors.
Consulte também