MajorObject.LastSchemaUpdate Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the date and time when current object schema was last updated.

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

Syntax

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

Property Value

Type: System.DateTime

A System.DateTime value with the date and time when current object schema was last updated.

See Also

MajorObject Class
Microsoft.AnalysisServices Namespace

Return to top