Класс SearchCondition
Represents the properties of an item for which to search in the report server database.
Иерархия наследования
System. . :: . .Object
ReportService2005. . :: . .Property
ReportService2005..::..SearchCondition
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class SearchCondition _
Inherits Property
'Применение
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
Тип SearchCondition обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
SearchCondition | Initializes a new instance of the SearchCondition class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
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. (Производный от Property.) | |
Value | Gets or sets the value of the property. (Производный от Property.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.