DataCellScopeServiceImpl.GetAllHierarchies メソッド

定義

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

protected:
 abstract System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::RdlObjectModel::IHierarchy ^> ^ GetAllHierarchies();
protected abstract System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.RdlObjectModel.IHierarchy> GetAllHierarchies ();
abstract member GetAllHierarchies : unit -> seq<Microsoft.ReportingServices.RdlObjectModel.IHierarchy>
Protected MustOverride Function GetAllHierarchies () As IEnumerable(Of IHierarchy)

戻り値

サービス実装のすべての要約。

適用対象