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

Y eso indica cuántos bytes se almacenan en memoria antes de Integer escribir en un archivo temporal.

Atributos

Comentarios

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

Se aplica a