Udostępnij za pośrednictwem


Metoda FullTextIndexColumnCollection.Remove (FullTextIndexColumn)

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