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.