MajorObject.LastSchemaUpdate Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

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