MainPipeClass.AutoAdjustBufferSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.