다음을 통해 공유


CRowset::AddRefRows

Calls IRowset::AddRefRows to increment (by one) the reference count associated with the current row handle.

HRESULT AddRefRows( ) throw( );

반환 값

A standard HRESULT.

설명

This method increments the reference count for the current row handle. Call ReleaseRows to decrement the count. Rows returned by the move methods have a reference count of one.

요구 사항

헤더: atldbcli.h

참고 항목

참조

CRowset 클래스

CRowset::ReleaseRows