Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Indicates the maximum length of the data stored in a buffer column.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Sintaxis
'Declaración
Public lMaxLength As Integer
public int lMaxLength
public:
int lMaxLength
public int lMaxLength
public var lMaxLength : int
Notas
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 lMaxLength value is ignored and contains a zero.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
tagBUFFERCOL Structure
tagBUFFERCOL Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace