Freigeben über


ItemCount Property

Diese Funktion wird in zukünftigen Versionen von Microsoft SQL Server nicht mehr bereitgestellt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.

The ItemCount property returns the number of entries contained in a Microsoft Search full-text catalog.

Syntax

object
.ItemCount

Parts

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

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetItemCount     (LPLONG pRetVal);

Hinweise

For each table indexed in the full-text catalog, an entry is made for the table and an entry is made for each row in the table.