ConditionEnum Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Enumeration ConditionEnum
public enum ConditionEnum
public enum class ConditionEnum
public enum ConditionEnum
public enum ConditionEnum

Members

Member name Description
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.

Remarks

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace