Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Remarks
Call the typedef class CProcedures to implement its parameter class CProcedureInfo. See Schema Rowset Classes and Typedef Classes for more information on using typedef classes.
This class identifies the procedures, defined in the catalog, that are owned by a given user.
The following table lists the class data members and their corresponding OLE DB Columns. See in the OLE DB Programmer's Reference for more information about the schema and columns.
Data members | OLE DB columns |
m_szCatalog | PROCEDURE_CATALOG |
m_szSchema | PROCEDURE_SCHEMA |
m_szName | PROCEDURE_NAME |
m_nType | PROCEDURE_TYPE |
m_szDefinition | PROCEDURE_DEFINITION |
m_szDescription | DESCRIPTION |
#include <atldbsch.h>
See Also