Version Information
Version Added: Excel

Syntax

expression.LocalConnection

expression A variable that represents an OLEDBConnection object.

Remarks

For a non-OLAP data source, the value of the LocalConnection property is an empty string, and the property is set to False.

Setting the LocalConnection property does not immediately initiate the connection to the data source. You must first use the method to make the connection and retrieve the data.

The value of the LocalConnection property is used if the UseLocalConnection property is set to True. If the UseLocalConnection property is set to False, the property specifies the connection string for query tables based on sources other than local cube files.

See also: