IDTSBLOBObject100.SpoolThreshold Propiedad

Definición

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

Valor de propiedad

Entero que indica cuántos bytes se almacenan en memoria antes de escribir en un archivo temporal.

Atributos

Comentarios

Cuando el número de bytes escritos en memoria es igual a SpoolThreshold, IDTSBLOBObject100 comienza a escribir en un archivo temporal en el disco. Esta propiedad no se puede cambiar después de que se hayan agregado bytes al objeto .

Se aplica a