ItemNamespaceEnum Enum

Definition

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

GUIDBased 1

Specifies the GUIDBased namespace.

PathBased 0

Specifies the PathBased namespace.

Remarks

Use the ItemNamespaceEnum enumeration with the ItemNamespaceHeader class.

Applies to