MetricSetAnalysisStructureType Property

Gets the type of 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 (10.0.0.1002)
Syntax
public ObjectType? AnalysisStructureType { get; }

Property Value

Type: NullableObjectType
The type of the analysis structure, or if no analysis structure is used.
See Also