Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
Dim instance As tagBUFFERCOL
Dim value As Integer
value = instance.lOffset
instance.lOffset = value
public int lOffset
public:
int lOffset
val mutable lOffset: int
public var lOffset : int
Hinweise
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.