Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a single database to the DatabasesToMigrate list.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub AddDatabaseToMigrate ( _
database As SPContentDatabase _
)
'Usage
Dim instance As SPWebApplication.SPMigrateUserParameters
Dim database As SPContentDatabase
instance.AddDatabaseToMigrate(database)
public void AddDatabaseToMigrate(
SPContentDatabase database
)
Parameters
database
Type: Microsoft.SharePoint.Administration.SPContentDatabaseThe database you wish to add to the list of databases to migrate.
See also
Reference
SPWebApplication.SPMigrateUserParameters class