OlapDataProviderLoadLevels Method  | 
 
            Loads the OLAP hierarchy levels.
            
 
    Namespace: 
   Dundas.BI.Data.DataProviders.Olap
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic abstract IReadOnlyList<OlapLevel> LoadLevels(
	OlapHierarchy parentHierarchy
)
Public MustOverride Function LoadLevels ( 
	parentHierarchy As OlapHierarchy
) As IReadOnlyList(Of OlapLevel)
public:
virtual IReadOnlyList<OlapLevel^>^ LoadLevels(
	OlapHierarchy^ parentHierarchy
) abstract
abstract LoadLevels : 
        parentHierarchy : OlapHierarchy -> IReadOnlyList<OlapLevel> 
Parameters
- parentHierarchy
 - Type: Dundas.BI.Data.Metadata.OlapOlapHierarchy
The parent hierarchy. 
Return Value
Type: 
IReadOnlyListOlapLevelCollection that contains the hierarchy levels.
See Also