Поделиться через


Класс Property

Represents the properties of an item in the report server database.

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

System.Object
  ReportService2005.Property
    ReportService2005.SearchCondition

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

Синтаксис

'Декларация
Public Class Property
'Применение
Dim instance As [Property]
public class Property
public ref class Property
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 get or set both custom and built-in properties of an item in the report server database.

A Property object is returned as output by the GetProperties and GetSystemProperties methods and is passed as input to the CreateDataSource, CreateFolder, CreateLinkedReport, CreateResource, GetProperties, GetSystemProperties, SetProperties, and SetSystemProperties methods.

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

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

См. также

Справочник

Пространство имен ReportService2005