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
Public Class SearchCondition _
Inherits Property
'Uso
Dim instance As SearchCondition
public class SearchCondition : Property
public ref class SearchCondition : public Property
type SearchCondition =
class
inherit Property
end
public class SearchCondition extends Property
O tipo SearchCondition expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SearchCondition | Initializes a new instance of the SearchCondition class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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 property. (Herdado de Property.) | |
Value | Gets or sets the value of the property. (Herdado de Property.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.