Server.GetLastSchemaUpdate 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

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

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public Function GetLastSchemaUpdate ( _
    obj As IMajorObject _
) As DateTime
用法
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

参数

返回值

类型:System.DateTime
The date and time when the specified object schema was last updated.

请参阅

参考

Server 类

Microsoft.AnalysisServices 命名空间