Proprietà MiningStructure.LastProcessed

Gets the date and time the mining structure was last processed.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property LastProcessed As DateTime 
    Get
'Utilizzo
Dim instance As MiningStructure 
Dim value As DateTime 

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

Valore proprietà

Tipo: System.DateTime
The date and time the mining structure was last processed.

Vedere anche

Riferimento

MiningStructure Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient