IRowsetNotify.OnRowChange 메서드

정의

소비자에게 행에 대한 첫 번째 변경 내용 또는 전체 행에 영향을 주는 변경 내용을 알 수 있습니다.

public:
 int OnRowChange(Microsoft::VisualBasic::Compatibility::VB6::IRowset ^ rowset, int cRows, cli::array <int> ^ rghRows, int dbReason, int eventPhase, int fCantDeny);
public int OnRowChange(Microsoft.VisualBasic.Compatibility.VB6.IRowset rowset, int cRows, int[] rghRows, int dbReason, int eventPhase, int fCantDeny);
abstract member OnRowChange : Microsoft.VisualBasic.Compatibility.VB6.IRowset * int * int[] * int * int * int -> int
Public Function OnRowChange (rowset As IRowset, cRows As Integer, rghRows As Integer(), dbReason As Integer, eventPhase As Integer, fCantDeny As Integer) As Integer

매개 변수

rowset
IRowset

소비자가 여러 행 집합에서 알림을 받을 수 있고 호출하는 행 집합을 식별하기 때문에 행 집합에 대한 포인터입니다.

cRows
Int32

의 행 핸들 수입니다 rghRows.

rghRows
Int32[]

변경되는 행의 핸들 배열입니다.

dbReason
Int32

의 값으로 표시된 변경 이유입니다 DBREASON.

eventPhase
Int32

이 알림의 단계입니다.

fCantDeny
Int32

이 플래그를 true설정하면 공급자가 이벤트를 실행 취소할 수 없으므로 소비자가 반환하여 S_FALSE 이벤트를 거부할 수 없습니다.

반품

Integer 결과를 나타내는 값입니다.

설명

Note

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

적용 대상