다음을 통해 공유


LastDataUpdate 속성

Gets a DateTime that represents the last updated date for the data contained in the cube that the OlapInfoCube represents.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public ReadOnly Property LastDataUpdate As DateTime
    Get
‘사용 방법
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

속성 값

유형: System. . :: . .DateTime
A DateTime that represents the last updated date for the data contained in the cube that the OlapInfoCube represents.

주의

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