BufferColumn.MaxLength Field
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.
Indicates the maximum number of characters or digits that will fit in the PipelineBuffer column.
public: int MaxLength;
public int MaxLength;
val mutable MaxLength : int
Public MaxLength As Integer
Field Value
Remarks
The MaxLength field applies to the DT_STR, DT_TEXT, DT_WSTR, and DT_BYTES data types.
The PipelineBuffer throws a DoesNotFitBufferException when MaxLength is exceeded.