Share via


BpmProperty-Klasse

Gilt für: PerformancePoint-Dienste für SharePoint Server, Enterprise-Version
Stellt die Basisklasse für alle Eigenschaften dar.

Vererbungshierarchie

System.Object
  Microsoft.PerformancePoint.Scorecards.BpmProperty
    Microsoft.PerformancePoint.Scorecards.BpmPropertyBool
    Microsoft.PerformancePoint.Scorecards.BpmPropertyDate
    Microsoft.PerformancePoint.Scorecards.BpmPropertyDecimal
    Microsoft.PerformancePoint.Scorecards.BpmPropertyLinkBase
    Microsoft.PerformancePoint.Scorecards.BpmPropertyList
    Microsoft.PerformancePoint.Scorecards.BpmPropertyLongText
    Microsoft.PerformancePoint.Scorecards.BpmPropertyText
    Microsoft.PerformancePoint.Scorecards.BpmPropertyUser

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

Syntax

'Declaration
<SerializableAttribute> _
<KnownTypeAttribute(GetType(BpmPropertyDate))> _
<KnownTypeAttribute(GetType(BpmPropertyList))> _
<KnownTypeAttribute(GetType(BpmPropertyDecimal))> _
<KnownTypeAttribute(GetType(BpmPropertyLinkBase))> _
<KnownTypeAttribute(GetType(BpmPropertyHyperlink2))> _
<KnownTypeAttribute(GetType(BpmPropertyHyperlink))> _
<KnownTypeAttribute(GetType(BpmPropertyUser))> _
<KnownTypeAttribute(GetType(BpmPropertyText))> _
<KnownTypeAttribute(GetType(BpmPropertyLongText))> _
<KnownTypeAttribute(GetType(BpmPropertyBool))> _
Public MustInherit Class BpmProperty _
    Implements ICloneable, IComparable, IDiffable
'Usage
Dim instance As BpmProperty
[SerializableAttribute]
[KnownTypeAttribute(typeof(BpmPropertyDate))]
[KnownTypeAttribute(typeof(BpmPropertyList))]
[KnownTypeAttribute(typeof(BpmPropertyDecimal))]
[KnownTypeAttribute(typeof(BpmPropertyLinkBase))]
[KnownTypeAttribute(typeof(BpmPropertyHyperlink2))]
[KnownTypeAttribute(typeof(BpmPropertyHyperlink))]
[KnownTypeAttribute(typeof(BpmPropertyUser))]
[KnownTypeAttribute(typeof(BpmPropertyText))]
[KnownTypeAttribute(typeof(BpmPropertyLongText))]
[KnownTypeAttribute(typeof(BpmPropertyBool))]
public abstract class BpmProperty : ICloneable, 
    IComparable, IDiffable

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

BpmProperty-Member

Microsoft.PerformancePoint.Scorecards-Namespace