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.
Returns the underlying OLE DB Command, first propagating any parameter information set on the ADO Command to the OLE DB Command.
Syntax
HRESULT get_OLEDBCommand(
IUnknown **ppOLEDBCommand
);
Parameters
ppOLEDBCommand
[out] A pointer to a pointer location where the IUnknown pointer for the underlying OLE DB Command will be written.