Поделиться через


Свойство 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