Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets a DateTime that represents the last updated date for the schema associated with the cube that the OlapInfoCube represents.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property LastSchemaUpdate As DateTime
Get
'Usage
Dim instance As OlapInfoCube
Dim value As DateTime
value = instance.LastSchemaUpdate
public DateTime LastSchemaUpdate { get; }
public:
property DateTime LastSchemaUpdate {
DateTime get ();
}
member LastSchemaUpdate : DateTime
function get LastSchemaUpdate () : DateTime
Property Value
Type: System.DateTime
A DateTime that represents the last updated date for the schema associated with 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.