FullTextIndex.Create Method
Creates a full-text index on the instance of Microsoft SQL Server as defined by the FullTextIndex object.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Elenco degli overload
Nome | Description |
---|---|
FullTextIndex.Create () |
Creates a full-text index on the instance of Microsoft SQL Server as defined by the FullTextIndex object.
|
FullTextIndex.Create (Boolean) |
Creates a full-text index on the instance of Microsoft 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.
|
Vedere anche
Riferimento
FullTextIndex Class
FullTextIndex Members
Microsoft.SqlServer.Management.Smo Namespace
Altre risorse
Implementing Full-Text Search
Documentazione relativa alla ricerca full-text
CREATE FULLTEXT INDEX (Transact-SQL)