Compartir a través de


Clase BpmPropertyCollection

Hace referencia a: PerformancePoint Services para SharePoint Server, versión Enterprise
Representa una colección de propiedades de objetos PerformancePoint Services .

Jerarquía de la herencia

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

Espacio de nombres:  Microsoft.PerformancePoint.Scorecards
Ensamblado:  Microsoft.PerformancePoint.Scorecards.Client (en Microsoft.PerformancePoint.Scorecards.Client.dll)

Sintaxis

'Declaración
<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
'Uso
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

Comentarios

Esta colección puede contener las clases derivadas de la clase BpmProperty . La colección está respaldada por una tabla hash para facilitar la búsqueda de la propiedad UniqueName .

Seguridad para subprocesos

Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.

Vea también

Referencia

Miembros BpmPropertyCollection

Espacio de nombres Microsoft.PerformancePoint.Scorecards