FullTextCatalog.ItemCount Property

 

Applies To: SQL Server 2016 Preview

Gets the total number of full-text indexed rows in the catalog.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int ItemCount { get; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
property int ItemCount {
    int get();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ItemCount : int with get
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>
Public ReadOnly Property ItemCount As Integer

Property Value

Type: System.Int32

An Int32 value that specifies the number of full-text indexed rows in the referenced full-text catalog.

Examples

Legacy Code Example

Implementing Full-Text Search

See Also

FullTextCatalog Class
Microsoft.SqlServer.Management.Smo Namespace

CREATE FULLTEXT CATALOG (Transact-SQL)
Unable to find linked topic 'db3747e0-db12-4c69-9d81-b5011984eb3a'.

Return to top