Partager via


Propriété MiningModelColumn.LastUpdated

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.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
The last date and time updated.

Voir aussi

Référence

MiningModelColumn Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient