Condividi tramite


Classe SearchCondition

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

Gerarchia di ereditarietà

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

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Sintassi

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

Nel tipo SearchCondition sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico SearchCondition Initializes a new instance of the SearchCondition class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento