CDataSource::GetProperties

返回相连接的数据源对象中的属性信息。

HRESULT GetProperties( 
   ULONG ulPropIDSets, 
   const DBPROPIDSET* pPropIDSet, 
   ULONG* pulPropertySets, 
   DBPROPSET** ppPropsets  
) const throw( );

参数

参阅《OLE DB 程序员参考》) 中的IDBProperties::GetPropertiesWindows SDK中。

返回值

标准 HRESULT

备注

若要获取单个属性,请使用 GetProperty

要求

标头: atldbcli.h

请参见

参考

CDataSource 类