ItemCount Property
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.
The ItemCount property returns the number of entries contained in a Microsoft Search full-text catalog.
Синтаксис
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);
Замечания
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.