Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.