次の方法で共有


ModelItemTypeEnum Enumeration

モデル アイテムに含むことのできる種類を定義します。

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

構文

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

メンバ

メンバ名 説明
Attribute 属性の種類を示します。
Entity エンティティの種類を示します。
EntityFolder エンティティ フォルダの種類を示します。
FieldFolder フィールド フォルダの種類を示します。
Model モデルの種類を示します。
Role ロールの種類を示します。

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace