Partager via


Propriété MiningModel.LastProcessed

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

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

Syntaxe

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

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

Valeur de propriété

Type : System.DateTime
The last time that the model was processed.

Voir aussi

Référence

MiningModel Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient