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 (25.3.0.1000)
Syntaxpublic IAnalysisStructure GetAnalysisStructure()
Public Function GetAnalysisStructure As IAnalysisStructure
public:
IAnalysisStructure^ GetAnalysisStructure()
member GetAnalysisStructure : unit -> IAnalysisStructure 
Return Value
Type: 
IAnalysisStructureThe analysis structure. Either a 
DataCube, 
CubePerspective, or 
OlapCube.
Exceptions
See Also