Compartilhar via


Propriedade do RDL OlapInfoCube.LastSchemaUpdate

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public ReadOnly Property LastSchemaUpdate As DateTime 
    Get
'Uso
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

Valor da propriedade

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

Comentários

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

Consulte também

Referência

OlapInfoCube Classe

Namespace Microsoft.AnalysisServices.AdomdClient