Partager via


Classe SearchCondition

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

Hiérarchie d'héritage

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

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class SearchCondition
'Utilisation
Dim instance As SearchCondition
[SerializableAttribute]
public class SearchCondition
[SerializableAttribute]
public ref class SearchCondition
[<SerializableAttribute>]
type SearchCondition =  class end
public class SearchCondition

Le type SearchCondition expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique SearchCondition Initializes a new instance of the SearchCondition class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Condition Gets or sets the type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database.
Propriété publique ConditionSpecified Indicates whether the Condition property is specified.
Propriété publique Name Gets or sets the name of the searchable property in CatalogItem.
Propriété publique Values Gets or sets values the values to search for in the searchable property.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence