Freigeben über


EnumProperty-Klasse

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents a report enumeration property of a specific enumeration type.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel.EnumProperty

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class EnumProperty _
    Inherits PropertyDefinition _
    Implements IPropertyDefinition
'Usage
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

Der EnumProperty-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode EnumProperty Creates a new instance of the EnumProperty class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Default Gets the default enumeration value.
Öffentliche Eigenschaft Name The property name. (Geerbt von PropertyDefinition.)
Öffentliche Eigenschaft ValidValues Gets the valid values.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode Validate Validates the enumeration property using the specified component and value.

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Eigenschaft IPropertyDefinition.Maximum Gets the maximum value of an enumeration property.
Explizite SchnittstellenimplementierungPrivate Eigenschaft IPropertyDefinition.Minimum Gets the minimum value of an enumeration property.
Explizite SchnittstellenimplementierungPrivate Methode IPropertyDefinition.Validate Validates the property definition of an enumeration.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace