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 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。