Freigeben über


BufferColumn.MaxLength Field

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

Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Syntax

'Declaration
Public MaxLength As Integer
public int MaxLength
public:
int MaxLength
public int MaxLength
public var MaxLength : int

Hinweise

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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