SPBackupRestoreConfigurationSettings.Update method
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