共用方式為


CubeDef.LastUpdated Property

Gets the date and time on which the CubeDef was last updated.

命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

語法

'宣告
Public ReadOnly Property LastUpdated As DateTime
public DateTime LastUpdated { get; }
public:
property DateTime LastUpdated {
    DateTime get ();
}
/** @property */
public DateTime get_LastUpdated ()
public function get LastUpdated () : DateTime

屬性值

A DateTime that contains the date on which the CubeDef was last updated.

備註

The value of this property is the local system time, derived from the value of the LAST_SCHEMA_UPDATE column of the CUBES schema rowset for the specified cube.

執行緒安全性

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

CubeDef Class
CubeDef Members
Microsoft.AnalysisServices.AdomdClient Namespace