ItemNamespaceEnum 列舉
Describes the namespace identifier used to retrieve property information for an item in the report server database.
命名空間: ReportService2005
組件: ReportService2005 (在 ReportService2005.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. |