Méthode FullTextIndex.Create (Boolean)
Creates a full-text index on the instance of SQL Server as defined by the FullTextIndex object with the option to specify whether the full-text index is automatically populated after columns are added or removed.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Create ( _
noPopulation As Boolean _
)
'Utilisation
Dim instance As FullTextIndex
Dim noPopulation As Boolean
instance.Create(noPopulation)
public void Create(
bool noPopulation
)
public:
void Create(
bool noPopulation
)
member Create :
noPopulation:bool -> unit
public function Create(
noPopulation : boolean
)
Paramètres
- noPopulation
Type : System.Boolean
A Boolean value that specifies whether the full-text index is automatically populated after columns are added or removed.If True, the full-text index is not automatically populated after columns are added or removed.If False, the full-text index is automatically populated after columns are added or removed.
Exemples
Implémentation de la recherche en texte intégral
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo