次の方法で共有


SqlBytes.Stream プロパティ

定義

ストリームとしてこの SqlBytes のデータを取得または設定します。

public:
 property System::IO::Stream ^ Stream { System::IO::Stream ^ get(); void set(System::IO::Stream ^ value); };
public System.IO.Stream Stream { get; set; }
member this.Stream : System.IO.Stream with get, set
Public Property Stream As Stream

プロパティ値

SqlBytes データを含むストリーム。

注釈

Stream プロパティを取得または設定すると、すべてのデータがメモリに読み込まれます。 大きな値のデータで使用すると、 OutOfMemoryExceptionが発生する可能性があります。

適用対象

こちらもご覧ください