Condividi tramite


Classe SearchCondition

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

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

Sintassi

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

Osservazioni

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

Gerarchia di ereditarietà

System. . :: . .Object
  ReportService2005. . :: . .Property
    ReportService2005..::..SearchCondition

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.