ItemNamespaceHeader Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents the identifier that is used to retrieve item properties.

Syntax

'Declaration
Public Class ItemNamespaceHeader
    Inherits SoapHeader
public class ItemNamespaceHeader : SoapHeader
public ref class ItemNamespaceHeader : public SoapHeader
public class ItemNamespaceHeader extends SoapHeader
public class ItemNamespaceHeader extends SoapHeader

Remarks

You can use the ItemNamespaceHeader SOAP header in Reporting Services 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.

Inheritance Hierarchy

System.Object
   System.Web.Services.Protocols.SoapHeader
    ReportService2005.ItemNamespaceHeader

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ItemNamespaceHeader Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace