Compartilhar via


ItemCount Property

Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.

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

Sintaxe

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);

Comentários

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.