This method creates a new property definition and attaches it to the interface definition.
HRESULT CreatePropertyDef (
VARIANT sObjId,
BSTR Name,
long iDispId,
short iCType,
IPropertyDef **ppIPropertyDef
);
Parameters
iCType [in]
The C data type of the property. For a definition of valid values, see the ODBC Programmer's Reference.
*ppIPropertyDef [out]
The interface pointer for the newly created property definition.
Return Value
S_OK
The method completed successfully.
This method failed to complete successfully.