다음을 통해 공유


IRowsetNotifyImpl::OnFieldChange

열 값에 대한 모든 변경 사항을 소비자에게 알립니다.

STDMETHOD(OnFieldChange)( 
      /* [in] */ IRowset* /* pRowset */, 
      /* [in] */ HROW /* hRow */, 
      /* [in] */ DBORDINAL /* cColumns */, 
      /* [size_is][in] */ DBORDINAL /* rgColumns */ [] , 
      /* [in] */ DBREASON /* eReason */, 
      /* [in] */ DBEVENTPHASE /* ePhase */, 
      /* [in] */ BOOL /* fCantDeny */)

매개 변수

See IRowsetNotify::OnFieldChange for parameter descriptions.

반환 값

See IRowsetNotify::OnFieldChange for return value descriptions.

설명

This method wraps the IRowsetNotify::OnFieldChange method. See that method's description in the OLE DB Programmer's Reference for details.

요구 사항

헤더: atldbcli.h

참고 항목

참조

IRowsetNotifyImpl 클래스

IRowsetNotify::OnFieldChange