Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)