CustomDataSourceProvider.LastUpdate Method
Returns a timestamp of the last time that the data was updated.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public Overridable Function LastUpdate As String
'Usage
Dim instance As CustomDataSourceProvider
Dim returnValue As String
returnValue = instance.LastUpdate()
public virtual string LastUpdate()
Return Value
Type: System.String
A timestamp of the last time that the data was updated.
Implements
IDataSourceProvider.LastUpdate()
Remarks
This information is used for cache keys.
See Also
Reference
CustomDataSourceProvider Class