次の方法で共有


DataCellScopeServiceImpl.GetAllHierarchies メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

サービス実装のすべての要約を取得します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Protected MustOverride Function GetAllHierarchies As IEnumerable(Of IHierarchy)
'使用
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>

戻り値

型: System.Collections.Generic.IEnumerable<IHierarchy>
サービス実装のすべての要約。

関連項目

参照

DataCellScopeServiceImpl クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間