PivotCache.SourceDataFile Property

Definition

Returns a String indicating the source data file for the cache of the PivotTable.

public:
 property System::String ^ SourceDataFile { System::String ^ get(); };
public string SourceDataFile { get; }
Public ReadOnly Property SourceDataFile As String

Property Value

Remarks

For file-based data sources (e.g. Microsoft Access) the SourceDataFile property contains a fully qualified path to the source data file. It is Null for server-based data sources (e.g. SQL Server). The SourceDataFile property is set to Null if the Connection property is changed programmatically.

Applies to