SPDatabase.IsEmpty-Methode
Bestimmt, ob die Datenbank leer ist.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function IsEmpty As Boolean
'Usage
Dim instance As SPDatabase
Dim returnValue As Boolean
returnValue = instance.IsEmpty()
public bool IsEmpty()
Rückgabewert
Typ: System.Boolean
Gibt true Wenn die Datenbank leer ist. Andernfalls wird falsezurückgegeben.