Поделиться через


Метод FullTextCatalog.Rebuild (Boolean)

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub Rebuild ( _
    accentSensitive As Boolean _
)
'Применение
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
)

Параметры

  • accentSensitive
    Тип: 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.

См. также

Справочник

FullTextCatalog Класс

Перегрузка Rebuild

Пространство имен Microsoft.SqlServer.Management.Smo