CatalogItem 类

Represents an item in the report server database.

继承层次结构

System.Object
  ReportService2005.CatalogItem

命名空间:  ReportService2005
程序集:  ReportService2005(在 ReportService2005.dll 中)

语法

声明
Public Class CatalogItem
用法
Dim instance As CatalogItem
public class CatalogItem
public ref class CatalogItem
type CatalogItem =  class end
public class CatalogItem

CatalogItem 类型公开以下成员。

构造函数

  名称 说明
公共方法 CatalogItem Initializes a new instance of the CatalogItem class.

页首

属性

  名称 说明
公共属性 CreatedBy Gets the name of the user that originally added the item to the report server database. Read-only.
公共属性 CreationDate Gets the date and time that the item was added to the report server database. Read-only.
公共属性 CreationDateSpecified Gets or sets a value that indicates whether the CreationDate property is specified.
公共属性 Description Gets or sets the description of an item.
公共属性 ExecutionDate Gets the date and time at which a report execution snapshot was last created for a report. Read-only.
公共属性 ExecutionDateSpecified Gets or sets a value that indicates whether the ExecutionDate property is specified.
公共属性 Hidden Indicates whether an item is hidden on the user interface.
公共属性 HiddenSpecified Gets or sets a value that indicates whether the Hidden property is specified.
公共属性 ID Gets the ID of an item in the report server database. Read-only.
公共属性 MimeType The Multipurpose Internet Mail Extensions (MIME) type of a resource in the report server database. Read-only.
公共属性 ModifiedBy Gets the name of the user that last modified the item. Read-only.
公共属性 ModifiedDate Gets the date and time the user last modified the item. Read-only.
公共属性 ModifiedDateSpecified Gets or sets a value that indicates whether the ModifiedDate property is specified.
公共属性 Name Gets or sets the name of an item in the report server database.
公共属性 Path Gets the full path name of an item in the report server database. Read-only.
公共属性 Size Gets the size, in bytes, of an item in the report server database. Read-only.
公共属性 SizeSpecified Gets or sets a value that indicates whether the Size property is specified.
公共属性 Type Gets the type of an item in the report server database. Read-only.
公共属性 VirtualPath Gets the virtual path of the item in the report server. Read-only.

页首

方法

  名称 说明
公共方法 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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

ReportService2005 命名空间