IRowPosition.SetRowPosition(Int32, Int32, Int32) 메서드

정의

현재 행 위치를 설정합니다.

public:
 void SetRowPosition(int hChapter, int hRow, int dbPositionFlags);
public void SetRowPosition(int hChapter, int hRow, int dbPositionFlags);
abstract member SetRowPosition : int * int * int -> unit
Public Sub SetRowPosition (hChapter As Integer, hRow As Integer, dbPositionFlags As Integer)

매개 변수

hChapter
Int32

현재 행과 연결된 장이거나 DB_NULL_HCHAPTER 행 집합이 장화되지 않은 경우의 장입니다.

hRow
Int32

새 현재 행입니다.

dbPositionFlags
Int32

새 행 위치에 대한 추가 정보를 나타내는 플래그입니다.

설명

메모

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

적용 대상