CrawlStoreCollection.Create Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
Create(SPDatabaseParameters) | Creates a new crawl database with the specified database parameters. | |
Create(String) | Creates a new crawl database with the specified connection string. | |
Create(SearchGathererDatabase) | Adds a new crawl database to the crawl database collection for the Search service application. | |
Create(SPDatabaseParameters, Boolean) | Creates a new crawl database with the specified database parameters. | |
Create(SearchGathererDatabase, Boolean) | Adds a new crawl database, to the crawl database collection for the Search service application, and specifies whether the crawl database should be dedicated. |
Top