SearchGathererDatabase Constructor (String, SPDatabaseServiceInstance)
Initializes a new instance of the SearchGathererDatabase class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
databaseService As SPDatabaseServiceInstance _
)
'Usage
Dim name As String
Dim databaseService As SPDatabaseServiceInstance
Dim instance As New SearchGathererDatabase(name, databaseService)
public SearchGathererDatabase(
string name,
SPDatabaseServiceInstance databaseService
)
Parameters
name
Type: System.StringThe name of the database.
databaseService
Type: Microsoft.SharePoint.Administration.SPDatabaseServiceInstanceThe name of the SQL Server instance that manages the database.
See Also
Reference
SearchGathererDatabase Members