Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.