Propriété LastUpdated
Gets the date and time the mining model column 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 MiningModelColumn
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
Returns a DateTime of the last date and time updated.