Measure.IsSumAggregationType-Eigenschaft
Ruft einen booleschen Wert, der angibt, ob die Aggregation eine Summe ist.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property IsSumAggregationType As Boolean
Get
'Usage
Dim instance As Measure
Dim value As Boolean
value = instance.IsSumAggregationType
public bool IsSumAggregationType { get; }
Eigenschaftswert
Typ: System.Boolean
true , wenn die Aggregation eine Summe ist; andernfalls false.