Freigeben über


BpmMessage-Klasse

Gilt für: PerformancePoint-Dienste für SharePoint Server, Enterprise-Version
Stellt die Informationen über ein Ereignis, das aufgetreten ist.

Vererbungshierarchie

System.Object
  Microsoft.PerformancePoint.Scorecards.BpmMessage

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

Syntax

'Declaration
<SerializableAttribute> _
<KnownTypeAttribute(GetType(Dashboard))> _
<KnownTypeAttribute(GetType(Filter))> _
<KnownTypeAttribute(GetType(Annotation))> _
<KnownTypeAttribute(GetType(Kpi))> _
<KnownTypeAttribute(GetType(Scorecard))> _
<KnownTypeAttribute(GetType(DataSource))> _
Public Class BpmMessage
'Usage
Dim instance As BpmMessage
[SerializableAttribute]
[KnownTypeAttribute(typeof(Dashboard))]
[KnownTypeAttribute(typeof(Filter))]
[KnownTypeAttribute(typeof(Annotation))]
[KnownTypeAttribute(typeof(Kpi))]
[KnownTypeAttribute(typeof(Scorecard))]
[KnownTypeAttribute(typeof(DataSource))]
public class BpmMessage

Hinweise

BpmMessage wird für Benachrichtigungen über Objekte erster Klasse (Ekas) und erstellte, aktualisierte und gelöschte Anmerkungen verwendet.

Threadsicherheit

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

Siehe auch

Referenz

BpmMessage-Member

Microsoft.PerformancePoint.Scorecards-Namespace