tagBUFFERCOL.lOffset 필드
Indicates the number of bytes from the beginning of a buffer row to the beginning of the column data.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Public lOffset As Integer
‘사용 방법
Dim instance As tagBUFFERCOL
Dim value As Integer
value = instance.lOffset
instance.lOffset = value
public int lOffset
public:
int lOffset
val mutable lOffset: int
public var lOffset : int
주의
The data of a column is stored lOffset bytes from the beginning of the row in a buffer's memory area. The lOffset value is zero if the data is stored at the beginning of the row, and cannot be negative.