Share via


ReportingService2005.GetItemType 메서드

Retrieves the type of an item in the report server database, if the item exists.

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

구문

‘선언
Public Function GetItemType ( _
    Item As String _
) As ItemTypeEnum
‘사용 방법
Dim instance As ReportingService2005 
Dim Item As String 
Dim returnValue As ItemTypeEnum 

returnValue = instance.GetItemType(Item)
public ItemTypeEnum GetItemType(
    string Item
)
public:
ItemTypeEnum GetItemType(
    String^ Item
)
member GetItemType : 
        Item:string -> ItemTypeEnum
public function GetItemType(
    Item : String
) : ItemTypeEnum

매개 변수

반환 값

유형: ReportService2005.ItemTypeEnum
An ItemTypeEnum value.

주의

The table below shows header and permissions information on this operation.

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

Depends on the item type:

Use the GetItemType method to determine the type of an item in the report server database.

참고 항목

참조

ReportingService2005 클래스

ReportService2005 네임스페이스