SPFarm.CanBackupRestoreAsConfiguration-Eigenschaft
Ruft einen Wert, der angibt, ob das Farmobjekt für die Einbeziehung in einer reinen Konfigurationssicherung ausgewählt werden kann oder Wiederherstellungsvorgang ab.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CanBackupRestoreAsConfiguration As Boolean
Get
'Usage
Dim instance As SPFarm
Dim value As Boolean
value = instance.CanBackupRestoreAsConfiguration
public bool CanBackupRestoreAsConfiguration { get; }
Eigenschaftswert
Typ: System.Boolean
true Wenn das Objekt in einer Konfiguration beschränkten Sicherung oder Wiederherstellung einbezogen werden kann; andernfalls false.
Implementiert
IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration