tagBUFFERCOL.lOffset Field
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 (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 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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
tagBUFFERCOL Structure
tagBUFFERCOL Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace