Partager via


OlapInfoCube.LastSchemaUpdate Property

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 (in microsoft.analysisservices.adomdclient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LastSchemaUpdate As DateTime
public DateTime LastSchemaUpdate { get; }
public:
property DateTime LastSchemaUpdate {
    DateTime get ();
}
/** @property */
public DateTime get_LastSchemaUpdate ()
public function get LastSchemaUpdate () : DateTime

Valeur de propriété

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.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

OlapInfoCube Class
OlapInfoCube Members
Microsoft.AnalysisServices.AdomdClient Namespace