Freigeben über


ItemNamespaceHeader-Klasse

Represents the identifier that is used to retrieve item properties.

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ItemNamespaceHeader _
    Inherits SoapHeader
'Usage
Dim instance As ItemNamespaceHeader
[SerializableAttribute]
public class ItemNamespaceHeader : SoapHeader
[SerializableAttribute]
public ref class ItemNamespaceHeader : public SoapHeader
[<SerializableAttribute>]
type ItemNamespaceHeader =  
    class
        inherit SoapHeader
    end
public class ItemNamespaceHeader extends SoapHeader

Hinweise

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 Festlegen des Elementnamespaces für die GetProperties-Methode.

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.