Compartir a través de


MiningModel.LastProcessed Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property LastProcessed As DateTime 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.DateTime
A DateTime of the last date and time processed.

Vea también

Referencia

MiningModel Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer