Partager via


Constructeur FullTextIndex (TableViewBase)

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    parent As TableViewBase _
)
'Utilisation
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
)

Paramètres

Exemples

Implémentation de la recherche en texte intégral

Voir aussi

Référence

FullTextIndex Classe

Surcharge FullTextIndex

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Vue d'ensemble de la recherche en texte intégral

CREATE FULLTEXT INDEX (Transact-SQL)