GetRowStarts Método
(Feature deprecated, see Remarks.) Use the GetData or GetBLOBData method instead of the GetRowStarts method.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
Sub GetRowStarts ( _
dwRowsRequested As UInteger, _
<OutAttribute> pbRowStarts As IntPtr _
)
'Uso
Dim instance As IDTSBuffer100
Dim dwRowsRequested As UInteger
Dim pbRowStarts As IntPtr
instance.GetRowStarts(dwRowsRequested, _
pbRowStarts)
void GetRowStarts(
uint dwRowsRequested,
IntPtr pbRowStarts
)
void GetRowStarts(
[InAttribute] unsigned int dwRowsRequested,
[OutAttribute] IntPtr pbRowStarts
)
abstract GetRowStarts :
dwRowsRequested:uint32 *
pbRowStarts:IntPtr byref -> unit
function GetRowStarts(
dwRowsRequested : uint,
pbRowStarts : IntPtr
)
Parámetros
- dwRowsRequested
Tipo: System. . :: . .UInt32
The number of rows requested.
- pbRowStarts
Tipo: System. . :: . .IntPtr
An out pointer that holds the address of 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 returns a pointer to the start location for the specified number of rows.