KpiMeasure.IsCustomCurrentFormula-Eigenschaft
Ruft ab oder legt einen booleschen Wert, der angibt, ob die Formel in der CurrentFormula -Eigenschaft verwendet wird, um den aktuellen Wert des eigentlichen zu berechnen.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IsCustomCurrentFormula As Boolean
Get
Set
'Usage
Dim instance As KpiMeasure
Dim value As Boolean
value = instance.IsCustomCurrentFormula
instance.IsCustomCurrentFormula = value
public bool IsCustomCurrentFormula { get; set; }
Eigenschaftswert
Typ: System.Boolean
true Wenn CurrentFormula verwendet wird, um den aktuellen Wert berechnen; andernfalls false.