CatalogItem.Type 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得報表伺服器資料庫中項目的類型。 唯讀。
public:
property ReportService2005::ItemTypeEnum Type { ReportService2005::ItemTypeEnum get(); void set(ReportService2005::ItemTypeEnum value); };
public ReportService2005.ItemTypeEnum Type { get; set; }
member this.Type : ReportService2005.ItemTypeEnum with get, set
Public Property Type As ItemTypeEnum
屬性值
ItemTypeEnum 值,指定報表伺服器資料庫中項目的類型。
備註
下表列出各種類型的專案。
| 項目類型 | 說明 |
|---|---|
| Unknown | 報表伺服器資料庫中未與任何已知類型建立關聯的專案。 |
| 資料夾 | 報表伺服器資料庫中的資料夾。 |
| 報表 | 報表伺服器資料庫中的報表。 |
| 資源 | 報表伺服器資料庫中的資源。 |
| LinkedReport | 報表伺服器資料庫中的連結報表。 |
| 模型 | 報表伺服器資料庫中的模型。 |
| DataSource | 報表伺服器資料庫中的資料來源。 |