Поделиться через


Класс ItemNamespaceHeader

Represents the identifier that is used to retrieve item properties.

Иерархия наследования

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

Пространство имен:  ReportService2005
Сборка:  ReportService2005 (в ReportService2005.dll)

Синтаксис

'Декларация
<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

Тип 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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник