Partager via


OlapInfoCube.LastDataUpdate Property

Gets a DateTime that represents the last updated date for the data contained in 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 LastDataUpdate As DateTime
public DateTime LastDataUpdate { get; }
public:
property DateTime LastDataUpdate {
    DateTime get ();
}
/** @property */
public DateTime get_LastDataUpdate ()
public function get LastDataUpdate () : DateTime

Valeur de propriété

A DateTime that represents the last updated date for the data contained in 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