CDataSource::GetProperties

返回连接的数据源对象请求的属性信息。

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

参数

请参见《OLE DB 程序员参考》中的 IDBProperties::GetProperties,在 Windows SDK。

返回值

标准 HRESULT

备注

获取一个属性,使用 GetProperty

要求

Header: atldbcli.h

请参见

参考

CDataSource 类