Partager via


Propriété FullTextIndex.PopulationStatus

Gets the type of population in progress.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PopulationStatus As IndexPopulationStatus 
    Get
'Utilisation
Dim instance As FullTextIndex 
Dim value As IndexPopulationStatus 

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.IndexPopulationStatus
An IndexPopulationStatus object value that specifies whether the current population is incremental or full.

Exemples

Implémentation de la recherche en texte intégral

Voir aussi

Référence

FullTextIndex Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Vue d'ensemble de la recherche en texte intégral

CREATE FULLTEXT INDEX (Transact-SQL)