ItemCount Property (SQL-DMO)

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

Applies To

FullTextCatalog Object

Syntax

object.ItemCount

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

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.

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetItemCount    (LPLONG pRetVal);


(c) 1988-98 Microsoft Corporation. All Rights Reserved.