PopulateCompletionAge Property

Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.

The PopulateCompletionAge property returns the number of seconds between the time of the most recent successful Microsoft Search full-text catalog population and a system-defined date and time.

Syntax

object
.PopulateCompletionAge

Parts

  • object
    An expression that evaluates to an object in the Applies To list

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetPopulateCompletionAge(LPLONG pRetVal)

Hinweise

For the PopulateCompletionAge property, a value of zero represents the base date and time, 12:00:00 A.M., January 1, 1990.

Applies To:

FullTextCatalog Object