ReportingService2005.GetItemType Método
Retrieves the type of an item in the report server database, if the item exists.
Espacio de nombres: ReportService2005
Ensamblado: ReportService2005 (en ReportService2005.dll)
Sintaxis
'Declaración
Public Function GetItemType ( _
Item As String _
) As ItemTypeEnum
'Uso
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
Parámetros
- Item
Tipo: System.String
The full path name of the item.
Valor devuelto
Tipo: ReportService2005.ItemTypeEnum
An ItemTypeEnum value.
Comentarios
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.