Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the DateTime on which the object was last processed.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Private ReadOnly Property LastProcessed As DateTime
Implements IProcessable.LastProcessed
Get
'Usage
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
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.DateTime
The DateTime on which the object was last processed.