Compartir a través de


Campo DTP_BUFFCOL.lOffset

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Public lOffset As Integer
'Uso
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

Comentarios

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.

Vea también

Referencia

DTP_BUFFCOL Estructura

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper