Share via


IADOConnectionConstruction::get_DSO

Returns the underlying OLEDB Data Source object for this connection.

Syntax

HRESULT get_DSO(
      IUnknown** ppDSO);

Parameters

  • ppDSO
    [out, retval] Pointer to a pointer to the IUnknown interface for the Data Source object.

Remarks

In the header file, this method is called ADOCommandConstruction::DSO.

See Also

Reference

IADOConnectionConstruction