HRESULT GetProperties( const ULONG cPropertyIDSets, const DBPROPIDSET rgPropertyIDSets[], ULONG *pcPropertySets, DBPROPSET **prgPropertySets );
See ICommandProperties::GetProperties in the OLE DB Programmer's Reference.
Remarks
Returns all the requested property sets using the command’s property map. See BEGIN_PROPSET_MAP.
ICommandPropertiesImpl Overview | Class Members
See Also