Partager via


Propriété LastUpdated

Gets the date and time that the mining model was last updated.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LastUpdated As DateTime
    Get
'Utilisation
Dim instance As MiningModel
Dim value As DateTime

value = instance.LastUpdated
public DateTime LastUpdated { get; }
public:
property DateTime LastUpdated {
    DateTime get ();
}
member LastUpdated : DateTime
function get LastUpdated () : DateTime

Valeur de propriété

Type : System. . :: . .DateTime
A DateTime of the last date and time updated.