SPDatabaseSnapshot.Delete-Methode (Boolean)
Löscht die Datenbanksnapshot aus der Microsoft SQL Server -Datenbank.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Sub Delete ( _
force As Boolean _
)
'Usage
Dim instance As SPDatabaseSnapshot
Dim force As Boolean
instance.Delete(force)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public void Delete(
bool force
)
Parameter
force
Typ: System.Booleantrue mit der Momentaufnahme vom Ziel löschen. Der Standardwert ist true.
Ausnahmen
Ausnahme | Bedingung |
---|---|
SPException | Der Parameter force ist false. |