Share via


FullTextCatalog.PopulationStatus Property

Gets the population status of the referenced full-text catalog.

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

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PopulationStatus As CatalogPopulationStatus 
    Get
'Usage
Dim instance As FullTextCatalog 
Dim value As CatalogPopulationStatus 

value = instance.PopulationStatus
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public CatalogPopulationStatus PopulationStatus { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property CatalogPopulationStatus PopulationStatus {
    CatalogPopulationStatus get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member PopulationStatus : CatalogPopulationStatus
function get PopulationStatus () : CatalogPopulationStatus

Property Value

Type: Microsoft.SqlServer.Management.Smo.CatalogPopulationStatus
A CatalogPopulationStatus object value that specifies the status of the referenced full-text catalog.

Examples

Implementing Full-Text Search

See Also

Reference

FullTextCatalog Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

DEL - Full-Text Search Overview

CREATE FULLTEXT CATALOG (Transact-SQL)