PivotCache.UseLocalConnection Property

Definition

True if the LocalConnection property is used to specify the string that enables Microsoft Excel to connect to a data source. False if the connection string specified by the Connection property is used.

public:
 property bool UseLocalConnection { bool get(); void set(bool value); };
public bool UseLocalConnection { get; set; }
Public Property UseLocalConnection As Boolean

Property Value

Applies to