ReportingService2005.ItemNamespaceHeaderValue Property

The value that represents the identifier used to retrieve item properties.

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

Sintassi

'Dichiarazione
Public Property ItemNamespaceHeaderValue As ItemNamespaceHeader
public ItemNamespaceHeader ItemNamespaceHeaderValue { get; set; }
public:
property ItemNamespaceHeader^ ItemNamespaceHeaderValue {
    ItemNamespaceHeader^ get ();
    void set (ItemNamespaceHeader^ value);
}
/** @property */
public ItemNamespaceHeader get_ItemNamespaceHeaderValue ()

/** @property */
public void set_ItemNamespaceHeaderValue (ItemNamespaceHeader value)
public function get ItemNamespaceHeaderValue () : ItemNamespaceHeader

public function set ItemNamespaceHeaderValue (value : ItemNamespaceHeader)

Valore proprietà

An ItemNamespaceHeader object encapsulating the identifier used to retrieve item properties.

Osservazioni

You can use the ItemNamespaceHeaderValue property of the Web service to retrieve item properties based on two different item identifiers: the full path name of the item or the ID of the item. For more information, see Setting the Item Namespace for the GetProperties Method.

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

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