Udostępnij za pośrednictwem


Właściwość ProcessableMajorObject.IProcessable.LastProcessed

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Private ReadOnly Property LastProcessed As DateTime
    Implements IProcessable.LastProcessed
    Get
'Użycie
Dim instance As ProcessableMajorObject
Dim value As DateTime

value = CType(instance, IProcessable).LastProcessed
DateTime IProcessable.LastProcessed { get; }
private:
virtual property DateTime LastProcessed {
    DateTime get () sealed = IProcessable::LastProcessed::get;
}
private abstract LastProcessed : DateTime
private override LastProcessed : DateTime
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.

Wartość właściwości

Typ: System.DateTime

Implementacje

IProcessable.LastProcessed