Share via


WorkbookConnection.ODBCConnection Property

Retuns the ODBC Connection details for the specified WorkbookConnection object. Read-only ODBCConnection.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property ODBCConnection As ODBCConnection
    Get
'Usage
Dim instance As WorkbookConnection
Dim value As ODBCConnection

value = instance.ODBCConnection
ODBCConnection ODBCConnection { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.ODBCConnection

See Also

Reference

WorkbookConnection Interface

WorkbookConnection Members

Microsoft.Office.Interop.Excel Namespace