Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Indicates the number of bytes from the beginning of a buffer row to the beginning of the column data.
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 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.
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
tagBUFFERCOL Structure
tagBUFFERCOL Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace