Класс Property

Represents the properties of an item.

Иерархия наследования

System. . :: . .Object
  ReportService2010..::..Property

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class Property
'Применение
Dim instance As [Property]
[SerializableAttribute]
public class Property
[SerializableAttribute]
public ref class Property
[<SerializableAttribute>]
type Property =  class end
public class Property

Тип Property обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Property Initializes a new instance of the Property class.

В начало

Свойства

  Имя Описание
Открытое свойство Name Gets or sets the name of the property.
Открытое свойство Value Gets or sets the value of the property.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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, array<Byte>[]()[][], array<Property>[]()[][], array<Warning>[]()[][]%), GetProperties, GetSystemProperties, SetProperties, and SetSystemProperties methods.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник