Freigeben über


IProcessable.LastProcessed-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Eigenschaftswert

Typ: System.DateTime
A DateTime that contains the date on which the IProcessable was last processed.

Siehe auch

Verweis

IProcessable Schnittstelle

Microsoft.AnalysisServices-Namespace