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

属性值

一个Integer,该整数指定在写入到临时文件之前,内存中存储了多少字节的数据。

属性

注解

当内存中写入的字节数等于 SpoolThreshold 时,IDTSBLOBObject100 开始写入磁盘上的临时文件。 将字节添加到 对象后,无法更改此属性。

适用于