Freigeben über


BpmProperty.DiffProperty-Methode

Vergleicht dieses Objekt mit einem anderen Objekt und gibt die Unterschiede.

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

Syntax

'Declaration
Protected MustOverride Function DiffProperty ( _
    oldProperty As BpmProperty _
) As Diff
'Usage
Dim oldProperty As BpmProperty
Dim returnValue As Diff

returnValue = Me.DiffProperty(oldProperty)
protected abstract Diff DiffProperty(
    BpmProperty oldProperty
)

Parameter

Rückgabewert

Typ: Microsoft.PerformancePoint.Scorecards.Diff
ein Nullverweis (Nothing in Visual Basic) Wenn die Objekte identisch sind; andernfalls die Unterschiede zwischen den Objekten.

Siehe auch

Referenz

BpmProperty Klasse

BpmProperty-Member

Microsoft.PerformancePoint.Scorecards-Namespace