IProcessable.LastProcessed Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the date and time on which the IProcessable was last processed.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
ReadOnly Property LastProcessed As DateTime
Get
'Usage
Dim instance As IProcessable
Dim value As DateTime
value = instance.LastProcessed
DateTime LastProcessed { get; }
property DateTime LastProcessed {
DateTime get ();
}
abstract LastProcessed : DateTime
function get LastProcessed () : DateTime
Property Value
Type: System.DateTime
A DateTime that contains the date on which the IProcessable was last processed.