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
プロパティ値
一時ファイルに書き込む前にメモリに格納されるバイト数を示す Integer です。
- 属性
注釈
メモリに書き込まれるバイト数がSpoolThresholdと等しくなると、IDTSBLOBObject100はディスク上の一時ファイルへの書き込みを開始します。 このプロパティは、オブジェクトにバイトが追加された後は変更できません。