다음을 통해 공유


FullTextCatalog.StartPopulation 메서드

Starts the population of the full-text catalog.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub StartPopulation ( _
    action As CatalogPopulationAction _
)
‘사용 방법
Dim instance As FullTextCatalog 
Dim action As CatalogPopulationAction

instance.StartPopulation(action)
public void StartPopulation(
    CatalogPopulationAction action
)
public:
void StartPopulation(
    CatalogPopulationAction action
)
member StartPopulation : 
        action:CatalogPopulationAction -> unit
public function StartPopulation(
    action : CatalogPopulationAction
)

매개 변수

주의

If Full is specified, the entire catalog is fully populated, causing all index data to be retrieved. If Incremental is specified, only changed data will be indexed based on available timestamp data.

This method is provided for backward compatibility. Its use is not recommended.

전체 텍스트 검색 구현

참고 항목

참조

FullTextCatalog 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

전체 텍스트 검색 개요

CREATE FULLTEXT CATALOG(Transact-SQL)