Freigeben über


PropertyDefinition-Klasse

Represents a property definition.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel.EnumProperty
    Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<T>
    Microsoft.ReportingServices.RdlObjectModel.StringProperty

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

Syntax

'Declaration
Public MustInherit Class PropertyDefinition
'Usage
Dim instance As PropertyDefinition
public abstract class PropertyDefinition
public ref class PropertyDefinition abstract
[<AbstractClassAttribute>]
type PropertyDefinition =  class end
public abstract class PropertyDefinition

Der PropertyDefinition-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode PropertyDefinition Initializes a new instance of the PropertyDefinition class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name The property name.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche MethodeStatisches Element Create Creates a property definition.
Ö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.)

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