다음을 통해 공유


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 네임스페이스