IDTSBLOBObject100.SpoolThreshold プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
一時ファイルに書き込む前にメモリに格納されるバイト数を取得します。値の設定も可能です。
public:
property int SpoolThreshold { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(102)]
public int SpoolThreshold { [System.Runtime.InteropServices.DispId(102)] get; [System.Runtime.InteropServices.DispId(102)] set; }
[<System.Runtime.InteropServices.DispId(102)>]
[<get: System.Runtime.InteropServices.DispId(102)>]
[<set: System.Runtime.InteropServices.DispId(102)>]
member this.SpoolThreshold : int with get, set
Public Property SpoolThreshold As Integer
プロパティ値
一時ファイルに書き込む前にメモリに格納されているバイト数を示す整数。
- 属性
注釈
メモリに書き込まれたバイト数が SpoolThreshold に等しくなると、IDTSBLOBObject100 はディスク上の一時ファイルへの書き込みを開始します。 このプロパティは、バイトがオブジェクトに追加された後には変更できません。