Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the measure group that is associated with the calculations in a Kpi.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property AssociatedMeasureGroup As MeasureGroup
Get
'Usage
Dim instance As Kpi
Dim value As MeasureGroup
value = instance.AssociatedMeasureGroup
[BrowsableAttribute(false)]
public MeasureGroup AssociatedMeasureGroup { get; }
[BrowsableAttribute(false)]
public:
property MeasureGroup^ AssociatedMeasureGroup {
MeasureGroup^ get ();
}
[<BrowsableAttribute(false)>]
member AssociatedMeasureGroup : MeasureGroup
function get AssociatedMeasureGroup () : MeasureGroup
Property Value
Type: Microsoft.AnalysisServices.MeasureGroup
A MeasureGroup object that is associated with the calculations in a Kpi.