ItemNamespaceEnum Enumeration

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

Describes the namespace identifier used to retrieve property information for an item in the report server database.

Syntax

'Declaration
Public Enumeration ItemNamespaceEnum
public enum ItemNamespaceEnum
public enum class ItemNamespaceEnum
public enum ItemNamespaceEnum
public enum ItemNamespaceEnum

Members

Member name Description
GUIDBased The ID of the item in the report server database is used to retrieve an item's properties with the GetProperties method.
PathBased The Path of the item in the report server database is used to retrieve an item's properties with the GetProperties method.

Remarks

Use the ItemNamespaceEnum enumeration with the ItemNamespaceHeader 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