Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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)
Синтаксис
'Декларация
Public Class SearchCondition _
Inherits Property
'Применение
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
Тип 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.) |
В начало
Замечания
A SearchCondition object is passed as input to the FindItems method.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)