Partager via


Propriété OlapInfoCube.LastSchemaUpdate

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LastSchemaUpdate As DateTime 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

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

Voir aussi

Référence

OlapInfoCube Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient