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.
Deletes the content database with the specified GUID.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub Delete ( _
gDatabaseId As Guid _
)
'Usage
Dim instance As SPContentDatabaseCollection
Dim gDatabaseId As Guid
instance.Delete(gDatabaseId)
public void Delete(
Guid gDatabaseId
)
Parameters
gDatabaseId
Type: System.GuidA GUID that specifies the content database to delete.
See Also
Reference
SPContentDatabaseCollection Class