Share via


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

CustomDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.Extensions namespace