次の方法で共有


Type プロパティ

アイテムの種類を取得します。

名前空間:  ReportService2006
アセンブリ:  ReportService2006 (ReportService2006.dll)

構文

'宣言
Public Property Type As ItemTypeEnum
    Get
    Set
'使用
Dim instance As CatalogItem
Dim value As ItemTypeEnum

value = instance.Type

instance.Type = value
public ItemTypeEnum Type { get; set; }
public:
property ItemTypeEnum Type {
    ItemTypeEnum get ();
    void set (ItemTypeEnum value);
}
member Type : ItemTypeEnum with get, set
function get Type () : ItemTypeEnum
function set Type (value : ItemTypeEnum)

プロパティ値

型: ReportService2006. . :: . .ItemTypeEnum
アイテムの種類を指定する ItemTypeEnum 値です。

説明

次の表は、さまざまなアイテムの種類の一覧です。

アイテムの種類

説明

Unknown

既知の種類に関連付けられていない、SharePoint ライブラリのアイテム。

Folder

SharePoint ライブラリのフォルダー。

Report

SharePoint ライブラリのレポート。

Resource

SharePoint ライブラリのリソース。

LinkedReport

SharePoint ライブラリのリンク レポート。

Model

SharePoint ライブラリのモデル。

DataSource

SharePoint ライブラリのデータ ソース。

Site

SharePoint サーバーのサイト。