Proprietà IProcessable.LastProcessed

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the date and time on which the IProcessable was last processed.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
ReadOnly Property LastProcessed As DateTime 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IProcessable Interfaccia

Spazio dei nomi Microsoft.AnalysisServices