BufferColumn.MaxLength Field

Definition

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.

Applies to