ItemNamespaceHeader 클래스
Represents the identifier that is used to retrieve item properties.
상속 계층
System.Object
System.Web.Services.Protocols.SoapHeader
ReportService2005.ItemNamespaceHeader
네임스페이스: ReportService2005
어셈블리: ReportService2005(ReportService2005.dll)
구문
‘선언
Public Class ItemNamespaceHeader _
Inherits SoapHeader
‘사용 방법
Dim instance As ItemNamespaceHeader
public class ItemNamespaceHeader : SoapHeader
public ref class ItemNamespaceHeader : public SoapHeader
type ItemNamespaceHeader =
class
inherit SoapHeader
end
public class ItemNamespaceHeader extends SoapHeader
ItemNamespaceHeader 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
![]() |
ItemNamespaceHeader | Instantiates a new instance of an ItemNamespaceHeader class. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
![]() |
Actor | (SoapHeader에서 상속됨) |
![]() |
AnyAttr | Gets or sets an array of SOAP attributes. |
![]() |
DidUnderstand | (SoapHeader에서 상속됨) |
![]() |
EncodedMustUnderstand | (SoapHeader에서 상속됨) |
![]() |
EncodedMustUnderstand12 | (SoapHeader에서 상속됨) |
![]() |
EncodedRelay | (SoapHeader에서 상속됨) |
![]() |
ItemNamespace | Specifies the identifier to use when retrieving item properties. |
![]() |
MustUnderstand | (SoapHeader에서 상속됨) |
![]() |
Relay | (SoapHeader에서 상속됨) |
![]() |
Role | (SoapHeader에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
Equals | (Object에서 상속됨) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
ToString | (Object에서 상속됨) |
맨 위로 이동
주의
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 메서드에 대한 항목 네임스페이스 설정.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.