Share via


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 네임스페이스