Compartir a través de


FullTextCatalog.Rebuild Método (Boolean)

Rebuilds the entire full-text catalog with the option to alter the accent sensitivity.

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

Sintaxis

'Declaración
Public Sub Rebuild ( _
    accentSensitive As Boolean _
)
'Uso
Dim instance As FullTextCatalog 
Dim accentSensitive As Boolean

instance.Rebuild(accentSensitive)
public void Rebuild(
    bool accentSensitive
)
public:
void Rebuild(
    bool accentSensitive
)
member Rebuild : 
        accentSensitive:bool -> unit
public function Rebuild(
    accentSensitive : boolean
)

Parámetros

  • accentSensitive
    Tipo: System.Boolean
    A Boolean value that specifies whether the rebuilt full-text catalog is accent sensitive.If True, the rebuilt full-text catalog is accent sensitive.If False, the rebuilt full-text catalog is not accent sensitive.

Vea también

Referencia

FullTextCatalog Clase

Sobrecarga de Rebuild

Espacio de nombres Microsoft.SqlServer.Management.Smo