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
- parent
Typ: Microsoft.SqlServer.Management.Smo.TableViewBase
A TableViewBase obiekt, który jest elementem nadrzędnym FullTextCatalog obiektu.