WorkbookConnection.OLEDBConnection Property
Retuns the OLEDB Connection details for the specified WorkbookConnection object. Read-only OLEDBConnection.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property OLEDBConnection As OLEDBConnection
Get
'Usage
Dim instance As WorkbookConnection
Dim value As OLEDBConnection
value = instance.OLEDBConnection
OLEDBConnection OLEDBConnection { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.OLEDBConnection