Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
- parent
Type : Microsoft.SqlServer.Management.Smo.TableViewBase
A TableViewBase object that is the parent of the FullTextCatalog object.
Exemples
Implémentation de la recherche en texte intégral
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo