Partager via


Remove méthode (FullTextIndexColumn)

Removes a FullTextIndexColumn object from the FullTextIndexColumnCollection object.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Remove ( _
    fullTextIndexColumn As FullTextIndexColumn _
)
'Utilisation
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
)

Paramètres