Server.GetLastSchemaUpdate(IMajorObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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