ItemNamespaceHeader クラス

定義

アイテムプロパティを取得するために使われる識別子を表します。

public ref class ItemNamespaceHeader : System::Web::Services::Protocols::SoapHeader
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlRoot(IsNullable=false, Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class ItemNamespaceHeader : System.Web.Services.Protocols.SoapHeader
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlRoot(IsNullable=false, Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type ItemNamespaceHeader = class
    inherit SoapHeader
Public Class ItemNamespaceHeader
Inherits SoapHeader
継承
ItemNamespaceHeader
属性

注釈

Reporting ServicesのItemNamespaceHeader SOAPヘッダーを使って、アイテムのパス名またはIDという2つの異なるアイテム識別子に基づいてアイテムプロパティを取得することができます。 詳細については、 GetPropertiesメソッドの「Setting the Item Namespace」をご覧ください。

コンストラクター

名前 説明
ItemNamespaceHeader()

ItemNamespaceHeaderクラスの新しいインスタンスをインスタンス化します。

プロパティ

名前 説明
AnyAttr

SOAP属性の配列を取得したり設定したりします。

ItemNamespace

アイテムプロパティを取得する際に使用する識別子を指定します。

適用対象