Server.GetLastSchemaUpdate Method (IMajorObject)

 

Applies To: SQL Server 2016 Preview

This API supports the product 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)

Syntax

[BrowsableAttribute(false)]
public DateTime GetLastSchemaUpdate(
    IMajorObject obj
)
public:
[BrowsableAttribute(false)]
DateTime GetLastSchemaUpdate(
    IMajorObject^ obj
)
[<BrowsableAttribute(false)>]
member GetLastSchemaUpdate : 
        obj:IMajorObject -> DateTime
<BrowsableAttribute(False)>
Public Function GetLastSchemaUpdate (
    obj As IMajorObject
) As Date

Parameters

Return Value

Type: System.DateTime

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

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top