IProcessable.LastProcessed Property
Applies To: SQL Server (starting with 2016)
Gets the date and time on which the IProcessable was last processed.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
DateTime LastProcessed { get; }
property DateTime LastProcessed {
DateTime get();
}
abstract LastProcessed : DateTime with get
ReadOnly Property LastProcessed As Date
Property Value
Type: System.DateTime
A DateTime that contains the date on which the IProcessable was last processed.
See Also
IProcessable Interface
Microsoft.AnalysisServices Namespace
Return to top