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


Класс SearchCondition

Represents the properties of an item for which to search in the report server database.

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

System.Object
  ReportService2005.Property
    ReportService2005.SearchCondition

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

Синтаксис

'Декларация
Public Class SearchCondition _
    Inherits Property
'Применение
Dim instance As SearchCondition
public class SearchCondition : Property
public ref class SearchCondition : public Property
type SearchCondition =  
    class 
        inherit Property 
    end
public class SearchCondition extends Property

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство Condition Gets or sets the type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database.
Открытое свойство ConditionSpecified Indicates whether the Condition property is specified.
Открытое свойство Name Gets or sets the name of the property. (Производный от Property.)
Открытое свойство Value Gets or sets the value of the property. (Производный от Property.)

В начало

Методы

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

В начало

Замечания

A SearchCondition object is passed as input to the FindItems method.

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

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

См. также

Справочник

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