Freigeben über


SPSolutionLanguagePack.IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration-Eigenschaft

Ruft einen Wert, der angibt, ob das Sprachpaket in einer reinen Konfigurationssicherung ausgewählt werden kann oder Wiederherstellungsvorgang ab.

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

Syntax

'Declaration
Private ReadOnly Property CanBackupRestoreAsConfiguration As Boolean
    Implements IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration
    Get
'Usage
Dim instance As SPSolutionLanguagePack
Dim value As Boolean

value = CType(instance, IBackupRestoreConfiguration).CanBackupRestoreAsConfiguration
boolIBackupRestoreConfiguration.CanBackupRestoreAsConfiguration { get; }

Eigenschaftswert

Typ: System.Boolean
true Wenn das Objekt für den Einschluss in einer Konfiguration beschränkten Sicherung oder Wiederherstellung ausgewählt werden kann; andernfalls false.

Implementiert

IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration

Hinweise

Diese Implementierung immer gibt falsezurück.

Siehe auch

Referenz

SPSolutionLanguagePack Klasse

SPSolutionLanguagePack-Member

Microsoft.SharePoint.Administration-Namespace