3.1.4.7 ICatalogTableInfo

The ICatalogTableInfo interface provides a method to retrieve table metadata, as specified in section 3.1.1.2.1, for a catalog table. This interface inherits from IUnknown, as specified in [MS-DCOM] section 3.1.1.5.8.

To receive incoming remote calls for this interface, the server MUST implement a DCOM Object Class with the CLSID CLSID_COMAServer, as specified in section 1.9, using the UUID {A8927A41-D3CE-11D1-8472-006008B0E5CA} for this interface.

This interface includes the following methods beyond those of IUnknown.

Methods in RPC Opnum Order

Method

Description

GetClientTableInfo

Returns metadata for a table.

Opnum: 3

All methods MUST NOT throw exceptions.