IDTSBLOBObject100.SpoolThreshold Property

Definition

Gets or sets the number of bytes to store in memory before writing to a temporary file.

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

Property Value

An Integer that indicates how many bytes are stored in memory before writing to a temporary file.

Attributes

Remarks

When the number of bytes written in memory equals the SpoolThreshold, the IDTSBLOBObject100 begins writing to a temporary file on the disk. This property cannot be changed after bytes have been added to the object.

Applies to