Compartir a través de


FullTextIndexColumn.Drop Method (Boolean)

Removes the full-text index column with the option to specify whether the full-text index is automatically populated after columns are added or removed.

Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
Public Sub Drop ( _
    noPopulation As Boolean _
)
public void Drop (
    bool noPopulation
)
public:
void Drop (
    bool noPopulation
)
public void Drop (
    boolean noPopulation
)
public function Drop (
    noPopulation : boolean
)

Parámetros

  • noPopulation
    A Boolean value that specifies whether the full-text index is automatically populated after columns are added or removed.

    If True, the full-text index is not automatically populated after columns are added or removed.

    If False, the full-text index is automatically populated after columns are added or removed.

Notas

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

FullTextIndexColumn Class
FullTextIndexColumn Members
Microsoft.SqlServer.Management.Smo Namespace