Remove Método (FullTextIndexColumn)
Removes a FullTextIndexColumn object from the FullTextIndexColumnCollection object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub Remove ( _
fullTextIndexColumn As FullTextIndexColumn _
)
'Uso
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
)
Parámetros
- fullTextIndexColumn
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .FullTextIndexColumn
A FullTextIndexColumn object value that specifies the full-text index column to be removed from the FullTextIndexColumnCollection object.