IDBPropertiesImpl::GetPropertyInfo

 

The latest version of this topic can be found at IDBPropertiesImpl::GetPropertyInfo.

Returns property information supported by the data source.

Syntax

  
      STDMETHOD(GetPropertyInfo)(   
   ULONG cPropertySets,   
   const DBPROPIDSET rgPropertySets[],   
   ULONG * pcPropertyInfoSets,   
   DBPROPINFOSET ** prgPropertyInfoSets,   
   OLECHAR ** ppDescBuffer    
);  

Parameters

See IDBProperties::GetPropertyInfo in the OLE DB Programmer's Reference.

Some parameters correspond to OLE DB Programmer's Reference parameters of different names, which are described in IDBProperties::GetPropertyInfo:

OLE DB Template parameters OLE DB Programmer's Reference parameters
cPropertySets cPropertyIDSets
rgPropertySets rgPropertyIDSets

Remarks

Uses IDBInitializeImpl::m_pCUtlPropInfo to implement this functionality.

Requirements

Header: atldb.h

See Also

IDBPropertiesImpl Class
IDBPropertiesImpl::GetProperties
IDBPropertiesImpl::SetProperties