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


Свойство MainPipeClass.DefaultBufferSize

Gets or sets the default size of the IDTSBuffer100 objects created by a task.

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

Синтаксис

'Декларация
Public Overridable Property DefaultBufferSize As Integer 
    Get 
    Set
'Применение
Dim instance As MainPipeClass 
Dim value As Integer 

value = instance.DefaultBufferSize

instance.DefaultBufferSize = value
public virtual int DefaultBufferSize { get; set; }
public:
virtual property int DefaultBufferSize {
    int get ();
    void set (int value);
}
abstract DefaultBufferSize : int with get, set 
override DefaultBufferSize : int with get, set
function get DefaultBufferSize () : int 
function set DefaultBufferSize (value : int)

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

Тип: System.Int32
The default size, in bytes, of the IDTSBuffer100 objects created by the task.

Реализует

IDTSPipeline100.DefaultBufferSize

Замечания

The default value of this property is 10 megabytes, with a maximum of 100 megabytes.

For a brief discussion of this property and related properties that can be used to optimize the performance of the Data Flow task, see Возможности для повышения производительности потока данных.

См. также

Справочник

MainPipeClass Класс

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