IRowset.GetNextRows(Int32, Int32, Int32, Int32, Int32[]) 메서드

정의

이전 위치를 기억하여 행을 순차적으로 가져옵니다.

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())

매개 변수

hChapter
Int32

가져올 행을 지정하는 챕터 핸들입니다.

lRowsOffset
Int32

행을 가져오기 전에 건너뛸 서명된 행 수입니다. 공급자가 행 집합에서 제거한 삭제된 행은 건너뛰기에서 계산되지 않습니다.

cRows
Int32

가져올 행 수입니다. 음수는 뒤로 가져오기를 의미합니다.

cRowsObtained
Int32

가져온 행의 실제 수를 반환할 메모리에 대한 포인터입니다.

hRows
Int32[]

가져온 행의 핸들 배열을 반환할 메모리에 대한 포인터입니다.

설명

Note

Microsoft.VisualBasic.Compatibility.VB6 네임스페이스의 함수 및 개체는 Visual Basic 6.0에서 Visual Basic 2008로 업그레이드하는 도구에서 사용할 수 있도록 제공됩니다. 대부분의 경우 이러한 함수와 개체는 .NET Framework의 다른 네임스페이스에서 찾을 수 있는 기능을 복제합니다. Visual Basic 6.0 코드 모델이 .NET Framework 구현과 크게 다른 경우에만 필요합니다.

적용 대상