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.
Enumerates the namespace identifier used to retrieve property information for an item in a report server database.
public enum class ItemNamespaceEnum
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public enum ItemNamespaceEnum
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type ItemNamespaceEnum =
Public Enum ItemNamespaceEnum
- Inheritance
-
ItemNamespaceEnum
- Attributes
Fields
Name | Value | Description |
---|---|---|
PathBased | 0 | Specifies the PathBased namespace. |
GUIDBased | 1 | Specifies the GUIDBased namespace. |
Remarks
Use the ItemNamespaceEnum enumeration with the ItemNamespaceHeader class.