_Application.ODBCErrors 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 an ODBCErrors collection that contains all the ODBC errors generated by the most recent query table or PivotTable report operation.
public:
property Microsoft::Office::Interop::Excel::ODBCErrors ^ ODBCErrors { Microsoft::Office::Interop::Excel::ODBCErrors ^ get(); };
public Microsoft.Office.Interop.Excel.ODBCErrors ODBCErrors { get; }
Public ReadOnly Property ODBCErrors As ODBCErrors
Property Value
Remarks
If there’s more than one query running at the same time, the ODBCErrors collection contains the ODBC errors from the query that’s finished last.