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
参数
- Item
类型:System.String
The full path name of the item.
返回值
类型: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.