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