FullTextIndexColumnCollection.Remove Method

Definition

Overloads

Remove(FullTextIndexColumn)
Remove(String)

Remove(FullTextIndexColumn)

public void Remove (Microsoft.SqlServer.Management.Smo.FullTextIndexColumn fullTextIndexColumn);
override this.Remove : Microsoft.SqlServer.Management.Smo.FullTextIndexColumn -> unit
Public Sub Remove (fullTextIndexColumn As FullTextIndexColumn)

Parameters

fullTextIndexColumn
FullTextIndexColumn

Applies to

Remove(String)

public void Remove (string name);
override this.Remove : string -> unit
Public Sub Remove (name As String)

Parameters

name
String

Applies to