Поделиться через


Свойство IDTSBLOBObject100.SpoolThreshold

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

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
Property SpoolThreshold As Integer 
    Get 
    Set
'Применение
Dim instance As IDTSBLOBObject100 
Dim value As Integer 

value = instance.SpoolThreshold

instance.SpoolThreshold = value
int SpoolThreshold { get; set; }
property int SpoolThreshold {
    int get ();
    void set (int value);
}
abstract SpoolThreshold : int with get, set
function get SpoolThreshold () : int 
function set SpoolThreshold (value : int)

Значение свойства

Тип: System.Int32
An Integer that indicates how many bytes are stored in memory before writing to a temporary file.

Замечания

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.

См. также

Справочник

IDTSBLOBObject100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper