共用方式為


ConditionEnum 列舉

Describes the type of comparison to perform between a SearchCondition object and the properties and values of items in the report server database.

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.dll 中)

語法

'宣告
Public Enumeration ConditionEnum
'用途
Dim instance As ConditionEnum
public enum ConditionEnum
public enum class ConditionEnum
type ConditionEnum
public enum ConditionEnum

成員

成員名稱 說明
Contains Searches on any part of the item's property value that contains the search condition.
Equals Searches for an exact match of the item property and value to the SearchCondition object.

備註

Use the ConditionEnum enumeration with the Condition property of the SearchCondition class.

請參閱

參考

ReportService2005 命名空間