Property-Klasse
Represents the properties of an item.
Vererbungshierarchie
System.Object
ReportService2010.Property
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class Property
'Usage
Dim instance As [Property]
[SerializableAttribute]
public class Property
[SerializableAttribute]
public ref class Property
[<SerializableAttribute>]
type Property = class end
public class Property
Der Property-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
Property | Initializes a new instance of the Property class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Name | Gets or sets the name of the property. | |
Value | Gets or sets the value of the property. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
Use the Property class to retrieve or modify both custom and built-in properties of an item.
A Property object is returned as output by the GetProperties and GetSystemProperties methods and is passed as input to the CreateDataSource, CreateItem(String, String, String, Boolean, Byte, Property, Warning), GetProperties, GetSystemProperties, SetProperties, and SetSystemProperties methods.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.