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.