DTP_BUFFCOL.lMaxLength 필드
Indicates the maximum length of the data stored in a buffer column.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Public lMaxLength As Integer
‘사용 방법
Dim instance As DTP_BUFFCOL
Dim value As Integer
value = instance.lMaxLength
instance.lMaxLength = value
public int lMaxLength
public:
int lMaxLength
val mutable lMaxLength: int
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.