Share via


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 ヘッダーを使用すると、2 つの別のアイテム識別子 (アイテムの完全なパス名またはアイテムの ID) に基づいてアイテム プロパティを取得できます。 詳細については、「 GetProperties メソッドのアイテム名前空間の設定」を参照してください。

コンストラクター

ItemNamespaceHeader()

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

プロパティ

AnyAttr

SOAP 属性の配列を取得します。値の設定も可能です。

ItemNamespace

アイテムのプロパティを取得するために使用する識別子を示します。

適用対象