Classe EnumProperty
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a report enumeration property of a specific enumeration type.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.EnumProperty
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Class EnumProperty _
Inherits PropertyDefinition _
Implements IPropertyDefinition
'Utilizzo
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
Nel tipo EnumProperty sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
EnumProperty | Creates a new instance of the EnumProperty class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Default | Gets the default enumeration value. | |
Name | The property name. Ereditato da PropertyDefinition. | |
ValidValues | Gets the valid values. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. | |
Validate | Validates the enumeration property using the specified component and value. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
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 alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.