다음을 통해 공유


IRowsetUpdateImpl::SetData

Sets data values in one or more columns.

STDMETHOD ( SetData )( 
   HROW hRow, 
   HACCESSOR hAccessor, 
   void* pSrcData  
);

매개 변수

See IRowsetChange::SetData in the OLE DB Programmer's Reference.

설명

This method overrides the IRowsetChangeImpl::SetData method but includes caching of original data to permit either immediate or deferred processing of the operation.

요구 사항

Header: atldb.h

참고 항목

참조

IRowsetUpdateImpl 클래스