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 命名空間