Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Causes the SPBackupRestoreConfigurationSettings object to save its state and propagate changes to all the computers in the server farm while ensuring that there is only one copy in the database.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub Update
'Usage
Dim instance As SPBackupRestoreConfigurationSettings
instance.Update()
public override void Update()
Exceptions
Exception | Condition |
---|---|
SPException | There is already a copy of the farm's SPBackupRestoreConfigurationSettings in the database. |
See Also
Reference
SPBackupRestoreConfigurationSettings Class