다음을 통해 공유


CAccessorRowset::GetColumnInfo

Gets column information from the opened rowset.

HRESULT GetColumnInfo( 
   DBORDINAL* pulColumns, 
   DBCOLUMNINFO** ppColumnInfo, 
   LPOLESTR* ppStrings  
) const; 
HRESULT GetColumnInfo( 
   DBORDINAL* pColumns, 
   DBCOLUMNINFO** ppColumnInfo  
);

매개 변수

See IColumnsInfo::GetColumnInfo in the OLE DB Programmer's Reference.

반환 값

A standard HRESULT.

설명

The user must free the returned column information and string buffer. Use the second version of this method when you use CDynamicAccessor and need to override the bindings.

For more information, see IColumnsInfo::GetColumnInfo in the OLE DB Programmer's Reference.

요구 사항

헤더: atldbcli.h

참고 항목

참조

CAccessorRowset 클래스