| title |
IConvertTypeImpl Class | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
article |
| f1_keywords |
ATL.IConvertTypeImpl<T> |
IConvertTypeImpl |
ATL.IConvertTypeImpl |
ATL::IConvertTypeImpl |
ATL::IConvertTypeImpl<T> |
|
| dev_langs |
|
| helpviewer_keywords |
|
| ms.assetid |
7f81e79e-7d3f-4cbe-b93c-d632a94b15f6 |
| caps.latest.revision |
9 |
| author |
mikeblome |
| ms.author |
mblome |
| manager |
ghogen |
| translation.priority.ht |
cs-cz |
de-de |
es-es |
fr-fr |
it-it |
ja-jp |
ko-kr |
pl-pl |
pt-br |
ru-ru |
tr-tr |
zh-cn |
zh-tw |
|
Provides an implementation of the IConvertType interface.
template <class T>
class ATL_NO_VTABLE IConvertTypeImpl
: public IConvertType, public CConvertHelper
T
Your class, derived from IConvertTypeImpl.
|
|
| CanConvert |
Gives information on the availability of type conversions on a command or on a rowset. |
Remarks
This interface is mandatory on commands, rowsets, and index rowsets. IConvertTypeImpl implements the interface by delegating to the conversion object supplied by OLE DB.
Header: atldb.h
OLE DB Provider Templates
OLE DB Provider Template Architecture