ItemTypeEnum 列挙体
SharePoint ライブラリのアイテムの種類を表します。
名前空間: ReportService2006
アセンブリ: ReportService2006 (ReportService2006.dll)
構文
'宣言
<SerializableAttribute> _
Public Enumeration ItemTypeEnum
'使用
Dim instance As ItemTypeEnum
[SerializableAttribute]
public enum ItemTypeEnum
[SerializableAttribute]
public enum class ItemTypeEnum
[<SerializableAttribute>]
type ItemTypeEnum
public enum ItemTypeEnum
メンバー
メンバー名 | 説明 | |
---|---|---|
Unknown | アイテムは、既知の種類に関連付けられていません。 | |
Folder | フォルダー アイテムです。 | |
Report | レポート アイテムです。 | |
Resource | リソース アイテムです。 | |
DataSource | データ ソース アイテムです。 | |
Model | モデル アイテムです。 | |
Site | SharePoint サイト アイテムです。 |