Compartir a través de


Clase BpmProperty

Hace referencia a: PerformancePoint Services para SharePoint Server, versión Enterprise
Representa la clase base para todas las propiedades.

Jerarquía de la herencia

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

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

Sintaxis

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

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 BpmProperty

Espacio de nombres Microsoft.PerformancePoint.Scorecards