Share via


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 네임스페이스