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


Класс SearchCondition

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

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

System.Object
  ReportService2010.SearchCondition

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

Синтаксис

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

Тип 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 searchable property in CatalogItem.
Открытое свойство Values Gets or sets values the values to search for in the searchable 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

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