Share via


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.

See Also

Reference

IDataSourceProvider Interface

IDataSourceProvider Members

Microsoft.PerformancePoint.Scorecards Namespace