Share via


BpmPropertyCollection-Klasse

Gilt für: PerformancePoint-Dienste für SharePoint Server, Enterprise-Version
Stellt eine Auflistung von Eigenschaften für PerformancePoint-Dienste -Objekte.

Vererbungshierarchie

System.Object
  System.Collections.CollectionBase
    Microsoft.PerformancePoint.Scorecards.BpmPropertyCollection

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

Syntax

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

Hinweise

Diese Auflistung kann von der BpmProperty -Klasse abgeleiteten Klassen enthalten. Die Auflistung wird durch eine Hash-Tabelle zur Erleichterung der Suche durch die UniqueName -Eigenschaft unterstützt.

Threadsicherheit

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

Siehe auch

Referenz

BpmPropertyCollection-Member

Microsoft.PerformancePoint.Scorecards-Namespace