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