SearchAnalyticsJobBase.CurrentRunTime property
Obtém ou define um valor de DateTime , mantendo a hora de início da execução atual em andamento. Quando a execução é concluída, esse valor substituirá o LastRunTime.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Protected Property CurrentRunTime As DateTime
Get
Set
'Uso
Dim value As DateTime
value = Me.CurrentRunTime
Me.CurrentRunTime = value
protected DateTime CurrentRunTime { get; set; }
Property value
Type: System.DateTime