Version

IDataProvider Interface Members

The following tables list the members exposed by IDataProvider.

Public Properties
 NameDescription
 PropertyConnectionSettingsGets the connection settings that are needed for accessing the data source  
Public Methods
 NameDescription
 MethodLoadCubesAsyncLoads the cubes asynchronously.  
 MethodLoadDimensionsAsyncLoads the dimensions in the cube asynchronously.  
 MethodLoadKpisAsyncLoads the KPIs in the cube asynchronously.  
 MethodLoadMeasureGroupDimensionsAsyncLoads the measure group dimensions in the cube asynchronously.  
 MethodLoadMeasureGroupsAsyncLoads the measure groups in the cube asynchronously.  
 MethodLoadMeasuresAsyncLoads the measures in the cube asynchronously.  
 MethodLoadMembersLoads the members depends on given member unique name and the additional integer parameter.  
 MethodLoadMembersAsyncOverloaded. Loads the members and add them as a children to the parent member.  
 MethodLoadSchemaAsyncLoads the schema asynchronously.  
Public Events
 NameDescription
 EventLoadCubesCompletedOccurs when asynchronous call for loading cubes is completed.  
 EventLoadDimensionsCompletedOccurs when asynchronous call for loading dimensions is completed.  
 EventLoadKpisCompletedOccurs when asynchronous call for loading KPIs is completed.  
 EventLoadMeasureGroupDimensionsCompletedOccurs when asynchronous call for loading of measure group dimensions is completed.  
 EventLoadMeasureGroupsCompletedOccurs when asynchronous call for loading measure groups is completed.  
 EventLoadMeasuresCompletedOccurs when asynchronous call for loading measures is completed.  
 EventLoadMembersCompletedOccurs when asynchronous call for loading members is completed.  
 EventLoadSchemaCompletedOccurs when asynchronous call for loading schema is completed.  
See Also