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.
The FullTextCatalogUpgradeOption enumeration contains values that are used to specify the action taken when the full-text catalog is upgraded.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Enumeration FullTextCatalogUpgradeOption
'Utilisation
Dim instance As FullTextCatalogUpgradeOption
public enum FullTextCatalogUpgradeOption
public enum class FullTextCatalogUpgradeOption
type FullTextCatalogUpgradeOption
public enum FullTextCatalogUpgradeOption
Membres
| Nom de membre | Description | |
|---|---|---|
| AlwaysRebuild | Full-text indexes are rebuilt, which is the slowest option. It is the default option. | |
| AlwaysReset | Full-text indexes are reset and catalogs are removed. | |
| ImportWithRebuild | Full-text indexes are imported. If unavailable they are rebuilt. |
Notes
The FullTextCatalogUpgradeOption enumeration class is served by the FullTextService class.