_Application.OLEDBErrors Property
Returns the OLEDBErrors collection, which represents the error information returned by the most recent OLE DB query.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property OLEDBErrors As OLEDBErrors
Get
'Usage
Dim instance As _Application
Dim value As OLEDBErrors
value = instance.OLEDBErrors
OLEDBErrors OLEDBErrors { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.OLEDBErrors