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.
The list of SPContentDatabase to migrate.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property DatabasesToMigrate As IEnumerable(Of SPContentDatabase)
Get
'Usage
Dim instance As SPWebApplication.SPMigrateUserParameters
Dim value As IEnumerable(Of SPContentDatabase)
value = instance.DatabasesToMigrate
public IEnumerable<SPContentDatabase> DatabasesToMigrate { get; }
Property value
Type: System.Collections.Generic.IEnumerable<SPContentDatabase>
See also
Reference
SPWebApplication.SPMigrateUserParameters class