SPContentDatabase.CreateUnattachedContentDatabase Method
Include Protected Members
Include Inherited Members
Creates a content database object without registering it in the configuration database of the farm.
Overload List
Name | Description | |
---|---|---|
CreateUnattachedContentDatabase(SqlConnectionStringBuilder) | Creates a content database object, from the database with the specified connection string, without registering it in the configuration database of the farm. | |
CreateUnattachedContentDatabase(String, String, String, String) | Creates a content database object, by using the specified connection information, without registering it in the configuration database of the farm. |
Top
Remarks
Typically, unattached content databases are used for data recovery scenarios and to get orphaned site collections and sites.
See Also
Reference
Microsoft.SharePoint.Administration Namespace