DTP_BUFFCOL.lOffset 字段

Indicates the number of bytes from the beginning of a row to where the column data begins.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Public lOffset As Integer
用法
Dim instance As DTP_BUFFCOL 
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 a row in a buffer's memory area. This value can be zero if the data is at the beginning of the row, but it cannot be negative.

请参阅

参考

DTP_BUFFCOL 结构

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间