Share via


PivotCache.SourceDataFile 属性

定义

返回一个 String 类型的 值,指示数据透视表缓存的源数据文件。

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

属性值

注解

对于基于文件的数据源 (例如 Microsoft Access) SourceDataFile 属性包含源数据文件的完全限定路径。 对于基于服务器的数据源, (为 Null,例如SQL Server) 。 如果以编程方式更改属性,Connection则 SourceDataFile 属性设置为 Null

适用于