Condividi tramite


CatalogItem.Type Property

Gets the type of an item in the report server database. Read-only.

Spazio dei nomi: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly : ReportService2005 (in reportingservice2005.dll)

Sintassi

'Dichiarazione
Public Property Type As ItemTypeEnum
public ItemTypeEnum Type { get; set; }
public:
property ItemTypeEnum Type {
    ItemTypeEnum get ();
    void set (ItemTypeEnum value);
}
/** @property */
public ItemTypeEnum get_Type ()

/** @property */
public void set_Type (ItemTypeEnum value)
public function get Type () : ItemTypeEnum

public function set Type (value : ItemTypeEnum)

Valore proprietà

An ItemTypeEnum value specifying the type of an item in the report server database.

Osservazioni

The following table lists the various types of items.

Item type

Description

Unknown

An item in the report server database that is not associated with any known type.

Folder

A folder in the report server database.

Report

A report in the report server database.

Resource

A resource in the report server database.

LinkedReport

A linked report in the report server database.

Model

A model in the report server database.

DataSource

A data source in the report server database.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

CatalogItem Class
CatalogItem Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace