Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
Espace de noms Microsoft.SqlServer.Management.Smo