AnalysisElementUsage Class

Base class that encapsulates query usage information for an IAnalysisElement.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.MetricSetsAnalysisElementUsage
    Dundas.BI.Entities.MetricSetsHierarchyUsage
    Dundas.BI.Entities.MetricSetsMeasureUsage

Namespace: Dundas.BI.Entities.MetricSets
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public abstract class AnalysisElementUsage : IUniqueName

The AnalysisElementUsage type exposes the following members.

Properties
 NameDescription
Public propertyAnalysisElement Gets the parent IAnalysisElement.
Public propertyCaption Gets or sets the usage element caption.
Public propertyIsExcludedFromDataExport Gets or sets a value indicating whether this element is exported in non-image exports.
Public propertyIsHierarchy Gets a value indicating whether this instance is a hierarchy.
Public propertyIsMeasure Gets a value indicating whether this instance is a measure.
Public propertyIsTimeHierarchy Gets a value indicating whether this instance is a time hierarchy.
Public propertyMetricSet Gets the parent entity.
Public propertyParameter Gets the associated data parameter.
Public propertyPlacement Gets the element placement.
Public propertyRetrieveUnknownMembers Gets or sets a value indicating whether unknown members should be retrieved or not.
Public propertyUniqueName Gets the unique name of the underlying analysis element.
Top
See Also