Server.GetLastSchemaUpdate(IMajorObject) Method

Definition

Retrieves the date and time when the specified object schema was last updated.

[System.ComponentModel.Browsable(false)]
public DateTime GetLastSchemaUpdate (Microsoft.AnalysisServices.IMajorObject obj);
[<System.ComponentModel.Browsable(false)>]
override this.GetLastSchemaUpdate : Microsoft.AnalysisServices.IMajorObject -> DateTime
Public Function GetLastSchemaUpdate (obj As IMajorObject) As DateTime

Parameters

obj
IMajorObject

The specified object schema.

Returns

The date and time when the specified object schema was last updated.

Attributes

Applies to