IDatabaseProvider members

Provides methods to manage the lifecycle of databases.

The IDatabaseProvider type exposes the following members.

Methods

  Name Description
Public method CheckCopyStatus Checks the copy status of a particular database by returning the state.
Public method CopyDatabase Copies a database
Public method DatabaseExists Checks to see if a database exists
Public method ExecuteDacIncrementalUpgrade Executes DAC incremental upgrade on a database.
Public method GetAvailableServer Picks an available server where databases can be provisioned.
Public method GetServerName Gets the current server name associated with the reference Id
Public method ProvisionDatabase Provisions a database, login, and DBO user.
Public method RenameDatabase Renames a database
Public method SetEnableDisableDatabase Changes the Enable/Disable state of the database.
Public method SetReadWrite Changes the Read/ReadWrite state of the database.
Public method UpdateDatabaseConfiguration Updates the database configuration, by changing its max-size.

Top

See also

Reference

IDatabaseProvider interface

Microsoft.SharePoint.Administration.DatabaseProvider namespace