Compartir a través de


FullTextIndex.PopulationStatus Propiedad

Gets the type of population in progress.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PopulationStatus As IndexPopulationStatus 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Implementar la búsqueda de texto completo

Vea también

Referencia

FullTextIndex Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Introducción a la búsqueda de texto completo

CREATE FULLTEXT INDEX (Transact-SQL)