_Application.OLEDBErrors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the OLEDBErrors collection, which represents the error information returned by the most recent OLE DB query.
public:
property Microsoft::Office::Interop::Excel::OLEDBErrors ^ OLEDBErrors { Microsoft::Office::Interop::Excel::OLEDBErrors ^ get(); };
public Microsoft.Office.Interop.Excel.OLEDBErrors OLEDBErrors { get; }
Public ReadOnly Property OLEDBErrors As OLEDBErrors