Partager via


Classe CatalogItem

Represents an item in the report server database.

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (dans ReportService2005.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class CatalogItem
'Utilisation
Dim instance As CatalogItem
[SerializableAttribute]
public class CatalogItem
[SerializableAttribute]
public ref class CatalogItem
[<SerializableAttribute>]
type CatalogItem =  class end
public class CatalogItem

Notes

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.

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.