Freigeben über


KpiMeasureValue.IsNull-Eigenschaft

Ruft ab oder legt einen booleschen Wert, der angibt, ob dieses Measures den Wert null ist.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property IsNull As Boolean
    Get
    Set
'Usage
Dim instance As KpiMeasureValue
Dim value As Boolean

value = instance.IsNull

instance.IsNull = value
public bool IsNull { get; set; }

Eigenschaftswert

Typ: System.Boolean
true ist dieser Wert der Messgröße ein Nullverweis (Nothing in Visual Basic); andernfalls false.

Siehe auch

Referenz

KpiMeasureValue Klasse

KpiMeasureValue-Member

Microsoft.PerformancePoint.Scorecards-Namespace