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

适用于