返回数据源支持的特性信息。
STDMETHOD(GetPropertyInfo)(
ULONG cPropertySets,
const DBPROPIDSET rgPropertySets[],
ULONG * pcPropertyInfoSets,
DBPROPINFOSET ** prgPropertyInfoSets,
OLECHAR ** ppDescBuffer
);
参数
请参见《OLE DB 程序员参考》中的 IDBProperties::GetPropertyInfo。
某些参数对应于 OLE DB 程序员参考 中不同名称的参数,如 IDBProperties::GetPropertyInfo所述:
OLE DB 模板参数 |
OLE DB 程序员参考中的参数 |
---|---|
cPropertySets |
cPropertyIDSets |
rgPropertySets |
rgPropertyIDSets |
备注
使用 IDBInitializeImpl::m_pCUtlPropInfo 实现此功能。
要求
Header: atldb.h