ProcessableMajorObject.LastProcessed Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

[ReadOnlyAttribute(true)]
public DateTime LastProcessed { get; set; }
public:
[ReadOnlyAttribute(true)]
property DateTime LastProcessed {
    DateTime get();
    void set(DateTime value);
}
[<ReadOnlyAttribute(true)>]
member LastProcessed : DateTime with get, set
<ReadOnlyAttribute(True)>
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