共用方式為


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 命名空間