SqlBytes.Stream プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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可能性があります。