Share via


ReportingService2005.GetItemType(String) メソッド

定義

レポート サーバー データベースにアイテムが存在する場合に、アイテムの種類を取得します。

public:
 ReportService2005::ItemTypeEnum GetItemType(System::String ^ Item);
public ReportService2005.ItemTypeEnum GetItemType (string Item);
member this.GetItemType : string -> ReportService2005.ItemTypeEnum
Public Function GetItemType (Item As String) As ItemTypeEnum

パラメーター

Item
String

アイテムの完全なパス名です。

戻り値

ItemTypeEnum 値。

注釈

次の表に、この操作に関連するヘッダーおよび権限の情報を示します。

SOAP ヘッダー (Out) ServerInfoHeaderValue
必要なアクセス許可 アイテムの種類によって異なります。

- Folder: ReadProperties
- Report: ReadProperties
- Resource: ReadProperties
- DataSource: ReadProperties
- Model: ReadProperties

レポート サーバー データベースのアイテムの種類を確認するには、GetItemType メソッドを使用します。

適用対象