Compartir a través de


FullTextIndex Constructor

Initializes a new instance of the FullTextIndex class.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub New
'Uso
Dim instance As New FullTextIndex()
public FullTextIndex()
public:
FullTextIndex()
new : unit -> FullTextIndex
public function FullTextIndex()

Comentarios

The default constructor initializes any fields to their default values.

Ejemplos

Implementar la búsqueda de texto completo

Vea también

Referencia

FullTextIndex Clase

Sobrecarga de FullTextIndex

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Introducción a la búsqueda de texto completo

CREATE FULLTEXT INDEX (Transact-SQL)