ODBCConnection.Connection 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 or sets a string that contains ODBC settings that enable Microsoft Excel to connect to an ODBC data source. Read/write Object.
public:
property System::Object ^ Connection { System::Object ^ get(); void set(System::Object ^ value); };
public object Connection { get; set; }
Public Property Connection As Object
Property Value
Object
Remarks
Setting the Connection property does not immediately initiate the connection to the data source. You must use the Refresh() method to make the connection and retrieve the data.