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.