次の方法で共有


ItemTypeEnum Enumeration

レポート サーバー データベースのアイテムの種類を表します。

名前空間: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
アセンブリ: ReportService2005 (reportingservice2005.dll 内)

構文

'宣言
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
Public Enumeration ItemTypeEnum
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")] 
public enum ItemTypeEnum
[SerializableAttribute] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")] 
public enum class ItemTypeEnum
/** @attribute SerializableAttribute() */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") */ 
public enum ItemTypeEnum
SerializableAttribute 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") 
public enum ItemTypeEnum

メンバ

メンバ名 説明
DataSource データ ソース アイテムです。
Folder フォルダ アイテムです。
LinkedReport リンク レポート アイテムです。
Model モデル アイテムです。
Report レポート アイテムです。
Resource リソース アイテムです。
Unknown アイテムは、既知の種類に関連付けられていません。

解説

ItemTypeEnum 列挙は、CatalogItem クラスの Type プロパティで使用します。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace