IndexResultInfo.DatabaseElapsed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the duration of the work on the database.
public:
property TimeSpan DatabaseElapsed { TimeSpan get(); };
public TimeSpan DatabaseElapsed { get; }
member this.DatabaseElapsed : TimeSpan
Public ReadOnly Property DatabaseElapsed As TimeSpan