다음을 통해 공유


BufferColumn.MaxLength 필드

Indicates the maximum number of characters or digits that will fit in the PipelineBuffer column.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)

구문

‘선언
Public MaxLength As Integer
‘사용 방법
Dim instance As BufferColumn 
Dim value As Integer 

value = instance.MaxLength 

instance.MaxLength = value
public int MaxLength
public:
int MaxLength
val mutable MaxLength: int
public var MaxLength : int

주의

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.

참고 항목

참조

BufferColumn 구조

Microsoft.SqlServer.Dts.Pipeline 네임스페이스