Proprietà FullTextIndex.PopulationStatus

Gets the type of population in progress.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PopulationStatus As IndexPopulationStatus 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Implementazione della ricerca full-text

Vedere anche

Riferimento

FullTextIndex Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Cenni preliminari sulla ricerca full-text

CREATE FULLTEXT INDEX (Transact-SQL)