Freigeben über


SearchCondition-Klasse

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

Vererbungshierarchie

System.Object
  ReportService2010.SearchCondition

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class SearchCondition
'Usage
Dim instance As SearchCondition
[SerializableAttribute]
public class SearchCondition
[SerializableAttribute]
public ref class SearchCondition
[<SerializableAttribute>]
type SearchCondition =  class end
public class SearchCondition

Der SearchCondition-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode SearchCondition Initializes a new instance of the SearchCondition class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Condition Gets or sets the type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database.
Öffentliche Eigenschaft ConditionSpecified Indicates whether the Condition property is specified.
Öffentliche Eigenschaft Name Gets or sets the name of the searchable property in CatalogItem.
Öffentliche Eigenschaft Values Gets or sets values the values to search for in the searchable property.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

ReportService2010-Namespace