共用方式為


OlapInfoCube.LastSchemaUpdate 屬性

Gets a DateTime that represents the last updated date for the schema associated with the cube that the OlapInfoCube represents.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Property LastSchemaUpdate As DateTime 
    Get
'用途
Dim instance As OlapInfoCube 
Dim value As DateTime 

value = instance.LastSchemaUpdate
public DateTime LastSchemaUpdate { get; }
public:
property DateTime LastSchemaUpdate {
    DateTime get ();
}
member LastSchemaUpdate : DateTime
function get LastSchemaUpdate () : DateTime

屬性值

型別:System.DateTime
A DateTime that represents the last updated date for the schema associated with the cube that the OlapInfoCube represents.

備註

This property may not be implemented by the provider, in which case a NotSupportedException exception is thrown when attempting to access this property.

請參閱

參考

OlapInfoCube 類別

Microsoft.AnalysisServices.AdomdClient 命名空間