OlapInfoCube.LastDataUpdate Property
Gets a DateTime that represents the last updated date for the data contained in the cube that the OlapInfoCube represents.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property LastDataUpdate As DateTime
Get
'Usage
Dim instance As OlapInfoCube
Dim value As DateTime
value = instance.LastDataUpdate
public DateTime LastDataUpdate { get; }
public:
property DateTime LastDataUpdate {
DateTime get ();
}
member LastDataUpdate : DateTime
function get LastDataUpdate () : DateTime
Property Value
Type: System.DateTime
A DateTime that represents the last updated date for the data contained in the cube that the OlapInfoCube represents.
Remarks
This property may not be implemented by the provider, in which case a NotSupportedException exception is thrown when attempting to access this property.