IDataSourceProvider.LastUpdate method
Returns a timestamp of the last time that the data was updated.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function LastUpdate As String
'Usage
Dim instance As IDataSourceProvider
Dim returnValue As String
returnValue = instance.LastUpdate()
string LastUpdate()
Return value
Type: System.String
A timestamp of the last time that the data was updated.
Remarks
This information is used for cache keys.