Kpi.AssociatedMeasureGroup Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the measure group that is associated with the calculations in a Kpi.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.MeasureGroup AssociatedMeasureGroup { get; }
[<System.ComponentModel.Browsable(false)>]
member this.AssociatedMeasureGroup : Microsoft.AnalysisServices.MeasureGroup
Public ReadOnly Property AssociatedMeasureGroup As MeasureGroup
Property Value
A MeasureGroup object that is associated with the calculations in a Kpi.
- Attributes