次の方法で共有


NamedStreamAttribute クラス

エンティティ型であるクラスに名前付きバイナリ ストリームが関連付けられていることを示します。

継承階層

System.Object
  System.Attribute
    System.Data.Services.Common.NamedStreamAttribute

名前空間:  System.Data.Services.Common
アセンブリ:  Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)

構文

'宣言
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := True, AllowMultiple := True)> _
Public NotInheritable Class NamedStreamAttribute _
    Inherits Attribute
'使用
Dim instance As NamedStreamAttribute
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = true, AllowMultiple = true)]
public sealed class NamedStreamAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, Inherited = true, AllowMultiple = true)]
public ref class NamedStreamAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, Inherited = true, AllowMultiple = true)>]
type NamedStreamAttribute =  
    class
        inherit Attribute
    end
public final class NamedStreamAttribute extends Attribute

NamedStreamAttribute 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド NamedStreamAttribute NamedStreamAttribute クラスの新しいインスタンスを作成します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Name 属性が設定されたエンティティに属するバイナリ ストリームの名前。
パブリック プロパティ TypeId (Attribute から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Attribute から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Attribute から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド IsDefaultAttribute (Attribute から継承されています。)
パブリック メソッド Match (Attribute から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド _Attribute.GetIDsOfNames (Attribute から継承されています。)
明示的なインターフェイスの実装プライベート メソッド _Attribute.GetTypeInfo (Attribute から継承されています。)
明示的なインターフェイスの実装プライベート メソッド _Attribute.GetTypeInfoCount (Attribute から継承されています。)
明示的なインターフェイスの実装プライベート メソッド _Attribute.Invoke (Attribute から継承されています。)

先頭に戻る

説明

Open Data Protocol (OData) の場合、エンティティはメディア リンク エントリと呼ばれ、名前付きバイナリ データ ストリームはメディア リソースと呼ばれます。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

System.Data.Services.Common 名前空間

その他の技術情報

バイナリ データの操作 (WCF Data Services)