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 写入磁盘上的临时文件。 将字节添加到对象后,无法更改此属性。

适用于