Classe EnumProperty
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a report enumeration property of a specific enumeration type.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.EnumProperty
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class EnumProperty _
Inherits PropertyDefinition _
Implements IPropertyDefinition
'Uso
Dim instance As EnumProperty
public class EnumProperty : PropertyDefinition,
IPropertyDefinition
public ref class EnumProperty : public PropertyDefinition,
IPropertyDefinition
type EnumProperty =
class
inherit PropertyDefinition
interface IPropertyDefinition
end
public class EnumProperty extends PropertyDefinition implements IPropertyDefinition
O tipo EnumProperty expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EnumProperty | Creates a new instance of the EnumProperty class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Default | Gets the default enumeration value. | |
Name | The property name. (Herdado de PropertyDefinition.) | |
ValidValues | Gets the valid values. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) | |
Validate | Validates the enumeration property using the specified component and value. |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IPropertyDefinition.Maximum | Gets the maximum value of an enumeration property. | |
IPropertyDefinition.Minimum | Gets the minimum value of an enumeration property. | |
IPropertyDefinition.Validate | Validates the property definition of an enumeration. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.