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.
Used to retrieve the underlying OLEDB Command from an ADOCommand object.
Syntax
interface IADOCommandConstruction: public IUnknown {
HRESULT get_OLEDBCommand(IUnknown **ppOLEDBCommand);
HRESULT put_OLEDBCommand(IUnknown *pOLEDBCommand);
};
Methods
Returns the underlying OLEDB Command, first propagating any parameter information set on the ADO Command to the OLEDB command. |
|
This method performs no operation, it always returns S_OK. |
Remarks
The guid for this interface, used to call QueryInterface, is IID_IADOCommandConstruction. In the header file, this interface is called ADOCommandConstruction.
Requirements
Version: ADO 2.0 and later
Library: msado15.dll
UUID: 00000283-0000-0010-8000-00AA006D2EA4