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 命名空间