ProcessableMajorObject.LastProcessed Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the DateTime on which the object was last processed.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public DateTime LastProcessed { get; set; }
public:
property DateTime LastProcessed {
    DateTime get();
    void set(DateTime value);
}
member LastProcessed : DateTime with get, set
Public Property LastProcessed As Date

Property Value

Type: System.DateTime

The DateTime on which the object was last processed.

See Also

ProcessableMajorObject Class
Microsoft.AnalysisServices Namespace

Return to top