다음을 통해 공유


ItemNamespaceHeader 클래스

Represents the identifier that is used to retrieve item properties.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005.dll의 ReportService2005

구문

‘선언
<SerializableAttribute> _
Public Class ItemNamespaceHeader _
    Inherits SoapHeader
‘사용 방법
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

주의

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 GetProperties 메서드에 대한 항목 네임스페이스 설정.

상속 계층 구조

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

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.