CatalogItem.Type Property

Gets the type of an item in the report server database. Read-only.

命名空間: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
組件: ReportService2005 (in reportingservice2005.dll)

語法

'宣告
Public Property Type As ItemTypeEnum
public ItemTypeEnum Type { get; set; }
public:
property ItemTypeEnum Type {
    ItemTypeEnum get ();
    void set (ItemTypeEnum value);
}
/** @property */
public ItemTypeEnum get_Type ()

/** @property */
public void set_Type (ItemTypeEnum value)
public function get Type () : ItemTypeEnum

public function set Type (value : ItemTypeEnum)

屬性值

An ItemTypeEnum value specifying the type of an item in the report server database.

備註

The following table lists the various types of items.

Item type

Description

Unknown

An item in the report server database that is not associated with any known type.

Folder

A folder in the report server database.

Report

A report in the report server database.

Resource

A resource in the report server database.

LinkedReport

A linked report in the report server database.

Model

A model in the report server database.

DataSource

A data source in the report server database.

執行緒安全性

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

CatalogItem Class
CatalogItem Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace