ItemNamespaceEnum 枚举

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

命名空间:  ReportService2005
程序集:  ReportService2005(在 ReportService2005.dll 中)

语法

声明
Public Enumeration ItemNamespaceEnum
用法
Dim instance As ItemNamespaceEnum
public enum ItemNamespaceEnum
public enum class ItemNamespaceEnum
type ItemNamespaceEnum
public enum ItemNamespaceEnum

成员

成员名称 说明
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.

注释

Use the ItemNamespaceEnum enumeration with the ItemNamespaceHeader class.

请参阅

参考

ReportService2005 命名空间