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

适用于