PivotCache.RefreshDate 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 the date on which the PivotTable cache was last refreshed.
public:
property DateTime RefreshDate { DateTime get(); };
public DateTime RefreshDate { get; }
Public ReadOnly Property RefreshDate As DateTime
Property Value
Remarks
The cache must have at least one PivotTable report associated with it.
For OLAP data sources, this property is updated after each query.