SearchCondition-Klasse
Represents the properties of an item for which to search in the report server database.
Vererbungshierarchie
System.Object
ReportService2005.Property
ReportService2005.SearchCondition
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Class SearchCondition _
Inherits Property
'Usage
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
Der SearchCondition-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
SearchCondition | Initializes a new instance of the SearchCondition class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. (Geerbt von Property.) | |
Value | Gets or sets the value of the property. (Geerbt von Property.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
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.