Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the number of bytes from the beginning of a buffer row to the beginning of the column data.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Declaration
Public lOffset As Integer
public int lOffset
public:
int lOffset
public int lOffset
public var lOffset : int
Remarks
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
tagBUFFERCOL Structure
tagBUFFERCOL Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace