Partilhar via


Classe SearchCondition

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

Hierarquia de herança

System. . :: . .Object
  ReportService2005. . :: . .Property
    ReportService2005..::..SearchCondition

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

Sintaxe

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

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 property. (Herdado de Property.)
Propriedade pública Value Gets or sets the value of the property. (Herdado de 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