IDTSBLOBObject100.SpoolThreshold プロパティ

定義

一時ファイルに書き込む前にメモリに格納されるバイト数を取得します。値の設定も可能です。

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 はディスク上の一時ファイルへの書き込みを開始します。 このプロパティは、バイトがオブジェクトに追加された後には変更できません。

適用対象