Свойство MiningStructure.LastProcessed
Gets the date and time the mining structure was last processed.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
Public ReadOnly Property LastProcessed As DateTime
Get
'Применение
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
Значение свойства
Тип: System.DateTime
The date and time the mining structure was last processed.