Share via


ItemNamespaceEnum 열거형

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

네임스페이스:  ReportService2005
어셈블리:  ReportService2005.dll의 ReportService2005

구문

‘선언
<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.