ItemNamespaceEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the namespace identifier used to retrieve property information for an item in the report server database.
public enum class ItemNamespaceEnum
public enum ItemNamespaceEnum
type ItemNamespaceEnum =
Public Enum ItemNamespaceEnum
- Inheritance
-
ItemNamespaceEnum
Fields
Name | Value | Description |
---|---|---|
PathBased | 0 | Describes the PathBased identifier. |
GUIDBased | 1 | Describes the GUIDBased identifier. |
Remarks
Use the ItemNamespaceEnum enumeration with the ItemNamespaceHeader class.