GetRowDataBytes Método
(Feature deprecated, see Remarks.) Gets a pointer to the start of a row in an IDTSBuffer100.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
Sub GetRowDataBytes ( _
hRow As Integer, _
<OutAttribute> ByRef plCB As Integer, _
<OutAttribute> pData As IntPtr _
)
'Uso
Dim instance As IDTSBuffer100
Dim hRow As Integer
Dim plCB As Integer
Dim pData As IntPtr
instance.GetRowDataBytes(hRow, plCB, pData)
void GetRowDataBytes(
int hRow,
out int plCB,
IntPtr pData
)
void GetRowDataBytes(
[InAttribute] int hRow,
[OutAttribute] int% plCB,
[OutAttribute] IntPtr pData
)
abstract GetRowDataBytes :
hRow:int *
plCB:int byref *
pData:IntPtr byref -> unit
function GetRowDataBytes(
hRow : int,
plCB : int,
pData : IntPtr
)
Parámetros
- hRow
Tipo: System. . :: . .Int32
The row handle.
- plCB
Tipo: System. . :: . .Int32%
An out parameter that contains the number of bytes in the row.
- pData
Tipo: System. . :: . .IntPtr
An out parameter that contains a pointer to the beginning of the row.
Notas
[!NOTA]
Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.
This method gets a pointer to the start of the row, specified by the hRow parameter, in the IDTSBuffer100.