Compartir a través de


BufferColumn.MaxLength Field

Indicates the maximum number of characters or digits that will fit in the PipelineBuffer column. This field is not CLS-compliant.

Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline
Ensamblado: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Sintaxis

'Declaración
Public MaxLength As Integer
public int MaxLength
public:
int MaxLength
public int MaxLength
public var MaxLength : int

Notas

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

BufferColumn Structure
BufferColumn Members
Microsoft.SqlServer.Dts.Pipeline Namespace