Udostępnij za pośrednictwem


Konstruktor FullTextIndex (TableViewBase)

Inicjuje nowe wystąpienie FullTextCatalog klasy nadrzędnej określonej tabela lub widoku obiektu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Sub New ( _
    parent As TableViewBase _
)
'Użycie
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
)

Parametry