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.
Determines if the database is empty.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Function IsEmpty As Boolean
'Usage
Dim instance As SPDatabase
Dim returnValue As Boolean
returnValue = instance.IsEmpty()
public bool IsEmpty()
Type: System.Boolean
Returns true if the database is empty; otherwise, returns false.