DTP_BUFFCOL.lMaxLength Field

Indicates the maximum length of the data stored in a buffer column.

命名空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

語法

'宣告
Public lMaxLength As Integer
public int lMaxLength
public:
int lMaxLength
public int lMaxLength
public var lMaxLength : int

備註

The value is important for variable length types such as DT_BYTES and DT_STR because it determines the amount of storage available in the buffer for the column. The value does not include space for a trailing null terminator though one is allocated and supplied by the buffer for DT_STR, DT_WSTR, and DT_TEXT types. For string types, the value is the number of characters. For fixed length and binary large object (BLOB) types, the value is ignored and contains a zero.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

DTP_BUFFCOL Structure
DTP_BUFFCOL Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace