BufferColumn.MaxLength Field
Indicates the maximum number of characters or digits that will fit in the PipelineBuffer column. This field is not CLS-compliant.
命名空間: Microsoft.SqlServer.Dts.Pipeline
組件: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
語法
'宣告
Public MaxLength As Integer
public int MaxLength
public:
int MaxLength
public int MaxLength
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.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
BufferColumn Structure
BufferColumn Members
Microsoft.SqlServer.Dts.Pipeline Namespace