次の方法で共有


StreamDescriptor クラス

名前付きバイナリ リソース ストリームに関する情報を格納します。

継承階層

System.Object
  System.Data.Services.Client.Descriptor
    System.Data.Services.Client.StreamDescriptor

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

構文

'宣言
Public NotInheritable Class StreamDescriptor _
    Inherits Descriptor
'使用
Dim instance As StreamDescriptor
public sealed class StreamDescriptor : Descriptor
public ref class StreamDescriptor sealed : public Descriptor
[<SealedAttribute>]
type StreamDescriptor =  
    class
        inherit Descriptor
    end
public final class StreamDescriptor extends Descriptor

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

プロパティ

  名前 説明
パブリック プロパティ EntityDescriptor 名前付きリソース ストリームが属するエンティティを表す EntityDescriptor
パブリック プロパティ State 派生クラスでオーバーライドされた場合、このインスタンスが作成された時点のオブジェクトの状態を取得します。 (Descriptor から継承されています。)
パブリック プロパティ StreamLink バイナリ リソース ストリームを表す DataServiceStreamLink

先頭に戻る

メソッド

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

先頭に戻る

スレッド セーフ

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

関連項目

参照

System.Data.Services.Client 名前空間