WorkbookConnection.OLEDBConnection 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.
Retuns the OLEDB Connection details for the specified WorkbookConnection object. Read-only OLEDBConnection.
public:
property Microsoft::Office::Interop::Excel::OLEDBConnection ^ OLEDBConnection { Microsoft::Office::Interop::Excel::OLEDBConnection ^ get(); };
public Microsoft.Office.Interop.Excel.OLEDBConnection OLEDBConnection { get; }
Public ReadOnly Property OLEDBConnection As OLEDBConnection