This topic has not yet been rated - Rate this topic

Server.GetLastSchemaUpdate Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
[BrowsableAttribute(false)]
public DateTime GetLastSchemaUpdate(
	IMajorObject obj
)

Parameters

obj
Type: Microsoft.AnalysisServices.IMajorObject
The specified object schema.

Return Value

Type: System.DateTime
The date and time when the specified object schema was last updated.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.