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

Un 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 al Umbral de Spool, comienza IDTSBLOBObject100 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