Metoda FullTextIndexColumnCollection.Remove (FullTextIndexColumn)
Usuwa FullTextIndexColumn obiekt z FullTextIndexColumnCollection obiektu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub Remove ( _
fullTextIndexColumn As FullTextIndexColumn _
)
'Użycie
Dim instance As FullTextIndexColumnCollection
Dim fullTextIndexColumn As FullTextIndexColumn
instance.Remove(fullTextIndexColumn)
public void Remove(
FullTextIndexColumn fullTextIndexColumn
)
public:
void Remove(
FullTextIndexColumn^ fullTextIndexColumn
)
member Remove :
fullTextIndexColumn:FullTextIndexColumn -> unit
public function Remove(
fullTextIndexColumn : FullTextIndexColumn
)
Parametry
- fullTextIndexColumn
Typ: Microsoft.SqlServer.Management.Smo.FullTextIndexColumn
A FullTextIndexColumn wartość określająca indeks pełnotekstowy kolumna usunięte z obiektu FullTextIndexColumnCollection obiektu.