Freigeben über


FullTextCatalog.Rebuild-Methode (Boolean)

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub Rebuild ( _
    accentSensitive As Boolean _
)
'Usage
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
)

Parameter

  • accentSensitive
    Typ: 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.

Siehe auch

Verweis

FullTextCatalog Klasse

Rebuild-Überladung

Microsoft.SqlServer.Management.Smo-Namespace