IDTSBLOBObject100.SpoolThreshold プロパティ

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

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
Property SpoolThreshold As Integer 
    Get 
    Set
'使用
Dim instance As IDTSBLOBObject100 
Dim value As Integer 

value = instance.SpoolThreshold

instance.SpoolThreshold = value
int SpoolThreshold { get; set; }
property int SpoolThreshold {
    int get ();
    void set (int value);
}
abstract SpoolThreshold : int with get, set
function get SpoolThreshold () : int 
function set SpoolThreshold (value : int)

プロパティ値

型: System.Int32
一時ファイルに書き込む前にメモリに格納されるバイト数を示す Integer です。

説明

メモリに書き込まれたバイト数が SpoolThreshold に等しくなると、IDTSBLOBObject100 はディスク上の一時ファイルへの書き込みを開始します。 このプロパティは、バイトがオブジェクトに追加された後には変更できません。

関連項目

参照

IDTSBLOBObject100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間