CHAIN_PROPERTY_SET

CHAIN_PROPERTY_SET( ChainClass )

Parameters

ChainClass

[in] The name of the class to chain properties for. This is a class generated by the ATL Object Wizard that already contains a map (such as a session, command, or data source object class).

Remarks

This macro chains property groups together. You can chain a property set from another class to your own class, then access the properties directly from your class.

CAUTION   Use this macro sparingly. Improper use can cause a consumer to fail the OLE DB conformance tests.