共用方式為


ItemNamespaceEnum 列舉

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

命名空間:  ReportService2010
組件:  ReportService2010 (在 ReportService2010.dll 中)

語法

'宣告
<SerializableAttribute> _
Public Enumeration ItemNamespaceEnum
'用途
Dim instance As ItemNamespaceEnum
[SerializableAttribute]
public enum ItemNamespaceEnum
[SerializableAttribute]
public enum class ItemNamespaceEnum
[<SerializableAttribute>]
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.

請參閱

參考

ReportService2010 命名空間