DTP_BUFFCOL.lOffset Field
Indicates the number of bytes from the beginning of a row to where the column data begins.
Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Sintassi
'Dichiarazione
Public lOffset As Integer
public int lOffset
public:
int lOffset
public int lOffset
public var lOffset : int
Osservazioni
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
DTP_BUFFCOL Structure
DTP_BUFFCOL Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace