Compartilhar via


Classe SearchCondition

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

Hierarquia de herança

System. . :: . .Object
  ReportService2010..::..SearchCondition

Namespace:  ReportService2010
Assembly:  ReportService2010 (em ReportService2010.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class SearchCondition
'Uso
Dim instance As SearchCondition
[SerializableAttribute]
public class SearchCondition
[SerializableAttribute]
public ref class SearchCondition
[<SerializableAttribute>]
type SearchCondition =  class end
public class SearchCondition

O tipo SearchCondition expõe os membros a seguir.

Construtores

  Nome Descrição
Método público SearchCondition Initializes a new instance of the SearchCondition class.

Início

Propriedades

  Nome Descrição
Propriedade pública Condition Gets or sets the type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database.
Propriedade pública ConditionSpecified Indicates whether the Condition property is specified.
Propriedade pública Name Gets or sets the name of the searchable property in CatalogItem.
Propriedade pública Values Gets or sets values the values to search for in the searchable property.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência