Freigeben über


SPBackupRestoreConfigurationSettings.CurrentIsBackup-Eigenschaft

Dient zum Abrufen oder Festlegen eines Werts, das angibt, ob der aktuelle Vorgang der Sicherung oder Wiederherstellung eine Sicherung oder ein Wiederherstellungsvorgang ist.

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property CurrentIsBackup As Boolean
    Get
    Friend Set
'Usage
Dim instance As SPBackupRestoreConfigurationSettings
Dim value As Boolean

value = instance.CurrentIsBackup
public bool CurrentIsBackup { get; internal set; }

Eigenschaftswert

Typ: System.Boolean
true , wenn der aktuelle Vorgang einer Sicherung ist; andernfalls, false, in dem Fall den Vorgang eine Wiederherstellung ist.

Siehe auch

Referenz

SPBackupRestoreConfigurationSettings Klasse

SPBackupRestoreConfigurationSettings-Member

Microsoft.SharePoint.Administration.Backup-Namespace