Compartir a través de


MiningModelColumn.LastProcessed Propiedad

Gets the date and time the mining model column 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 MiningModelColumn 
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
The last date and time processed.

Vea también

Referencia

MiningModelColumn Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer