ODBCConnection.Connection Property

Definition

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.

Applies to