Partilhar via


Construtor FullTextIndex (TableViewBase)

Initializes a new instance of the FullTextCatalog class on the specified parent table or view object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub New ( _
    parent As TableViewBase _
)
'Uso
Dim parent As TableViewBase 

Dim instance As New FullTextIndex(parent)
public FullTextIndex(
    TableViewBase parent
)
public:
FullTextIndex(
    TableViewBase^ parent
)
new : 
        parent:TableViewBase -> FullTextIndex
public function FullTextIndex(
    parent : TableViewBase
)

Parâmetros

Exemplos

Implementando a pesquisa de texto completo

Consulte também

Referência

FullTextIndex Classe

Sobrecarregado FullTextIndex

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Visão geral da pesquisa de texto completo

CREATE FULLTEXT INDEX (Transact-SQL)