MetricSetGetAnalysisStructure Method

Gets the analysis structure on which the current instance is based.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IAnalysisStructure GetAnalysisStructure()

Return Value

Type: IAnalysisStructure
The analysis structure. Either a DataCube, CubePerspective, or OlapCube.
Exceptions
ExceptionCondition
NotFoundExceptionThe associated analysis structure could not be found.
NoPrivilegeExceptionThe caller does not have permission to read the definition of the analysis structure.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also