Partager via


Énumération ItemNamespaceEnum

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

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
Public Enumeration ItemNamespaceEnum
'Utilisation
Dim instance As ItemNamespaceEnum
public enum ItemNamespaceEnum
public enum class ItemNamespaceEnum
type ItemNamespaceEnum
public enum ItemNamespaceEnum

Membres

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

Notes

Use the ItemNamespaceEnum enumeration with the ItemNamespaceHeader class.

Voir aussi

Référence

Espace de noms ReportService2005