DTP_BUFFCOL.lOffset Field

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 (in microsoft.sqlserver.dtspipelinewrap.dll)

語法

'宣告
Public lOffset As Integer
public int lOffset
public:
int lOffset
public int lOffset
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.

平台

開發平台

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

目標平台

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

請參閱

參考

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