共用方式為


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)