Поделиться через


Метод 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