Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Function GetLastSchemaUpdate ( _
obj As IMajorObject _
) As DateTime
'Usage
Dim instance As Server
Dim obj As IMajorObject
Dim returnValue As DateTime
returnValue = instance.GetLastSchemaUpdate(obj)
[BrowsableAttribute(false)]
public DateTime GetLastSchemaUpdate(
IMajorObject obj
)
[BrowsableAttribute(false)]
public:
DateTime GetLastSchemaUpdate(
IMajorObject^ obj
)
[<BrowsableAttribute(false)>]
member GetLastSchemaUpdate :
obj:IMajorObject -> DateTime
public function GetLastSchemaUpdate(
obj : IMajorObject
) : DateTime
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.