PivotCache.SourceDataFile 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 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.