Compartir a través de


FullTextIndexColumnCollection.Remove Método (String)

Removes a FullTextIndexColumn object from the full-text index column collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Remove ( _
    name As String _
)
'Uso
Dim instance As FullTextIndexColumnCollection 
Dim name As String

instance.Remove(name)
public void Remove(
    string name
)
public:
void Remove(
    String^ name
)
member Remove : 
        name:string -> unit
public function Remove(
    name : String
)

Parámetros

Ejemplos

Usar colecciones

Vea también

Referencia

FullTextIndexColumnCollection Clase

Sobrecarga de Remove

Espacio de nombres Microsoft.SqlServer.Management.Smo