共用方式為


CatalogItem 類別

表示報表伺服器資料庫中的項目。

繼承階層

System. . :: . .Object
  ReportService2005..::..CatalogItem

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.dll 中)

語法

'宣告
<SerializableAttribute> _
Public Class CatalogItem
'用途
Dim instance As CatalogItem
[SerializableAttribute]
public class CatalogItem
[SerializableAttribute]
public ref class CatalogItem
[<SerializableAttribute>]
type CatalogItem =  class end
public class CatalogItem

CatalogItem 型別公開下列成員。

建構函式

  名稱 說明
公用方法 CatalogItem 初始化 CatalogItem 類別的新執行個體。

上層

屬性

  名稱 說明
公用屬性 CreatedBy 取得原本將項目加入至報表伺服器資料庫的使用者名稱。唯讀。
公用屬性 CreationDate 取得將項目加入至報表伺服器資料庫的日期和時間。唯讀。
公用屬性 CreationDateSpecified 取得或設定值,指出是否已指定 CreationDate 屬性。
公用屬性 Description 取得或設定項目的描述。
公用屬性 ExecutionDate 取得上次為報表建立報表執行快照集的日期和時間。唯讀。
公用屬性 ExecutionDateSpecified 取得或設定值,指出是否已指定 ExecutionDate 屬性。
公用屬性 Hidden 指出是否在使用者介面中隱藏了項目。
公用屬性 HiddenSpecified 取得或設定值,指出是否已指定 Hidden 屬性。
公用屬性 ID 取得報表伺服器資料庫中項目的識別碼。唯讀。
公用屬性 MimeType 報表伺服器資料庫中資源的多用途網際網路郵件延伸標準 (MIME) 類型。唯讀。
公用屬性 ModifiedBy 取得上次修改項目的使用者名稱。唯讀。
公用屬性 ModifiedDate 取得使用者上次修改項目的日期和時間。唯讀。
公用屬性 ModifiedDateSpecified 取得或設定值,指出是否已指定 ModifiedDate 屬性。
公用屬性 Name 取得或設定報表伺服器資料庫中項目的名稱。
公用屬性 Path 取得報表伺服器資料庫中項目的完整路徑名稱。唯讀。
公用屬性 Size 取得報表伺服器資料庫中項目的大小 (以位元組為單位)。唯讀。
公用屬性 SizeSpecified 取得或設定值,指出是否已指定 Size 屬性。
公用屬性 Type 取得報表伺服器資料庫中項目的類型。唯讀。
公用屬性 VirtualPath 取得報表伺服器中項目的虛擬路徑。唯讀。

上層

方法

  名稱 說明
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

備註

User-defined properties are not represented in CatalogItem objects. To retrieve user-defined properties, use the Property class with the GetProperties method.

CatalogItem is returned as output by the FindItems, ListChildren, and ListScheduledReports methods.

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。