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可能性があります。

適用対象

こちらもご覧ください