Freigeben über


SPBackupRestoreSettings.ConfigurationOnly-Eigenschaft

Dient zum Abrufen oder Festlegen eines Werts, das angibt, ob der Vorgang Sicherungs- oder Wiederherstellungsvorgang nur Konfigurationseinstellungen einschließen soll.

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

Syntax

'Declaration
Public Property ConfigurationOnly As Boolean
    Get
    Set
'Usage
Dim instance As SPBackupRestoreSettings
Dim value As Boolean

value = instance.ConfigurationOnly

instance.ConfigurationOnly = value
public bool ConfigurationOnly { get; set; }

Eigenschaftswert

Typ: System.Boolean
true Einbeziehung nur Konfigurationseinstellungen; andernfalls false.

Hinweise

Weitere Informationen zu reine Konfigurationssicherungen und-Wiederherstellungen finden Sie unter How to: Create a Class That Is Included in Configuration-only Backups and Restorations und IBackupRestoreConfiguration.

Siehe auch

Referenz

SPBackupRestoreSettings Klasse

SPBackupRestoreSettings-Member

Microsoft.SharePoint.Administration.Backup-Namespace

IBackupRestoreConfiguration

Weitere Ressourcen

How to: Create a Class That Is Included in Configuration-only Backups and Restorations