Méthode FullTextCatalog.StartPopulation
Starts the population of the full-text catalog.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub StartPopulation ( _
action As CatalogPopulationAction _
)
'Utilisation
Dim instance As FullTextCatalog
Dim action As CatalogPopulationAction
instance.StartPopulation(action)
public void StartPopulation(
CatalogPopulationAction action
)
public:
void StartPopulation(
CatalogPopulationAction action
)
member StartPopulation :
action:CatalogPopulationAction -> unit
public function StartPopulation(
action : CatalogPopulationAction
)
Paramètres
- action
Type : Microsoft.SqlServer.Management.Smo.CatalogPopulationAction
A CatalogPopulationAction object that specifies the type of action to take when populating the full-text catalog.
Notes
If Full is specified, the entire catalog is fully populated, causing all index data to be retrieved. If Incremental is specified, only changed data will be indexed based on available timestamp data.
This method is provided for backward compatibility. Its use is not recommended.
Exemples
Implémentation de la recherche en texte intégral
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo