ItemNamespaceHeader Clase
Represents the identifier that is used to retrieve item properties.
Espacio de nombres: ReportService2005
Ensamblado: ReportService2005 (en ReportService2005.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class ItemNamespaceHeader _
Inherits SoapHeader
'Uso
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
Notas
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 Establecer el espacio de nombres de elementos para el método GetProperties.
Jerarquía de herencia
System. . :: . .Object
System.Web.Services.Protocols. . :: . .SoapHeader
ReportService2005..::..ItemNamespaceHeader
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.