MainPipeClass.AutoAdjustBufferSize Property

Definition

Automatically sets the size of buffers in the data flow.

public:
 virtual property bool AutoAdjustBufferSize { bool get(); void set(bool value); };
public virtual bool AutoAdjustBufferSize { get; set; }
member this.AutoAdjustBufferSize : bool with get, set
Public Overridable Property AutoAdjustBufferSize As Boolean

Property Value

true if you want the data flow engine to calculate the buffer size automatically; otherwise, false.

Implements

Remarks

For more info, see Data Flow Performance Features.

Applies to