Partilhar via


Método DataCellScopeServiceImpl.GetAllHierarchies

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets all the summaries of the service implementation.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Protected MustOverride Function GetAllHierarchies As IEnumerable(Of IHierarchy)
'Uso
Dim returnValue As IEnumerable(Of IHierarchy)

returnValue = Me.GetAllHierarchies()
protected abstract IEnumerable<IHierarchy> GetAllHierarchies()
protected:
virtual IEnumerable<IHierarchy^>^ GetAllHierarchies() abstract
abstract GetAllHierarchies : unit -> IEnumerable<IHierarchy> 
protected abstract function GetAllHierarchies() : IEnumerable<IHierarchy>

Valor de retorno

Tipo: System.Collections.Generic.IEnumerable<IHierarchy>
All the summaries of the service implementation.

Consulte também

Referência

DataCellScopeServiceImpl Classe

Namespace Microsoft.ReportingServices.RdlObjectModel