ICommandPropertiesImpl::GetProperties
The latest version of this topic can be found at ICommandPropertiesImpl::GetProperties.
Returns all the requested property sets using the command's property map.
Syntax
STDMETHOD(GetProperties)(
const ULONG cPropertyIDSets,
const DBPROPIDSET rgPropertyIDSets[],
ULONG * pcPropertySets,
DBPROPSET ** prgPropertySets
);
Parameters
See ICommandProperties::GetProperties in the OLE DB Programmer's Reference.
Remarks
See BEGIN_PROPSET_MAP.
Requirements
Header: atldb.h
See Also
ICommandPropertiesImpl Class
ICommandPropertiesImpl::SetProperties