SPContentDatabase.Update Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
Update() | Saves the state of the content database and propagates changes in it to all the computers in the server farm, after first verifying that the content database is attached to the farm. (Overrides SPDatabase.Update().) | |
Update(Boolean) | Causes the object to save its state and propagate changes to all the computers in the server farm, optionally throwing an exception if the object already exists in the configuration store. (Inherited from SPPersistedObject.) |
Top