ConditionEnum 열거형
Describes the type of comparison to perform between a SearchCondition object and the properties and values of items in the report server database or SharePoint library.
네임스페이스: ReportService2010
어셈블리: ReportService2010(ReportService2010.dll)
구문
‘선언
<SerializableAttribute> _
Public Enumeration ConditionEnum
‘사용 방법
Dim instance As ConditionEnum
[SerializableAttribute]
public enum ConditionEnum
[SerializableAttribute]
public enum class ConditionEnum
[<SerializableAttribute>]
type ConditionEnum
public enum ConditionEnum
멤버
멤버 이름 | 설명 | |
---|---|---|
Contains | Searches on any part of the item's property value that contains the search condition.
This value can be used to search the following CatalogItem properties: Name, CreatedBy, and ModifiedBy. |
|
Equals | Searches for an exact match of the item property and value to the SearchCondition object.
This value can be used to search all item properties, as well as the ComponentID and SubType metadata in the ItemMetadata property. |
|
In | Searches for a match in a set of possible values.
This value can be used to search the following CatalogItem properties: Name, CreatedBy, CreationDate, ModifiedBy, ModifiedDate()()()(), and TypeName()()()(), as well as the ComponentID and SubType metadata in the ItemMetadata property. |
|
Between | Searches for a date value between two dates.
This value can be used to search the following CatalogItem properties: CreationDate and ModifiedDate()()()(). |