다음을 통해 공유


IRowsetImpl::SetDBStatus

Sets the DBSTATUS status flags for the specified field.

virtual HRESULT SetDBStatus( 
   DBSTATUS* statusFlags, 
   RowClass* currentRow, 
   ATLCOLUMNINFO* columnInfo  
);

매개 변수

  • statusFlags
    The DBSTATUS flags to set for the column.

  • currentRow
    The current row.

  • columnInfo
    The column for which status is being set.

반환 값

A standard HRESULT value.

설명

The provider overrides this function to provide special processing for DBSTATUS_S_ISNULL and DBSTATUS_S_DEFAULT.

요구 사항

Header: atldb.h

참고 항목

참조

IRowsetImpl 클래스