IRowset.GetNextRows(Int32, Int32, Int32, Int32, Int32[]) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Captura las filas secuencialmente y recuerda la posición anterior.
public:
void GetNextRows(int hChapter, int lRowsOffset, int cRows, [Runtime::InteropServices::Out] int % cRowsObtained, [Runtime::InteropServices::Out] cli::array <int> ^ % hRows);
public void GetNextRows(int hChapter, int lRowsOffset, int cRows, out int cRowsObtained, out int[] hRows);
abstract member GetNextRows : int * int * int * int * Int32[] -> unit
Public Sub GetNextRows (hChapter As Integer, lRowsOffset As Integer, cRows As Integer, ByRef cRowsObtained As Integer, ByRef hRows As Integer())
Parámetros
- hChapter
- Int32
El capítulo controla la designación de las filas que se van a capturar.
- lRowsOffset
- Int32
Recuento firmado de filas que se omitirán antes de capturar filas. Las filas eliminadas que el proveedor ha quitado del conjunto de filas no se cuentan en la omisión.
- cRows
- Int32
Número de filas que se van a capturar. Un número negativo significa recuperar hacia atrás.
- cRowsObtained
- Int32
Puntero a la memoria en la que se devuelve el número real de filas capturadas.
- hRows
- Int32[]
Puntero a la memoria en la que se va a devolver una matriz de identificadores de las filas capturadas.
Comentarios
Nota:
Las herramientas proporcionan funciones y objetos en el espacio de nombres /> de