Metodo ReportingService2005.GetItemType
Retrieves the type of an item in the report server database, if the item exists.
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Function GetItemType ( _
Item As String _
) As ItemTypeEnum
'Utilizzo
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
Parametri
- Item
Tipo: System.String
The full path name of the item.
Valore restituito
Tipo: ReportService2005.ItemTypeEnum
An ItemTypeEnum value.
Osservazioni
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.