SearchAdminDatabase constructor (String, SPDatabaseServiceInstance)
Initializes a new instance of the SearchAdminDatabase 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 SearchAdminDatabase(name, databaseService)
public SearchAdminDatabase(
string name,
SPDatabaseServiceInstance databaseService
)
Parameters
name
Type: System.StringThe name of the database.
databaseService
Type: Microsoft.SharePoint.Administration.SPDatabaseServiceInstanceThe name of the Microsoft SQL Server instance that manages the database.