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 | |
---|---|---|
SearchCondition | Initializes a new instance of the SearchCondition class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Condition | Gets or sets the type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database. | |
ConditionSpecified | Indicates whether the Condition property is specified. | |
Name | Gets or sets the name of the searchable property in CatalogItem. | |
Values | Gets or sets values the values to search for in the searchable property. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
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.