IDbBackupManager Interface
Represents a database backup manager interface.
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Interface IDbBackupManager
'Usage
Dim instance As IDbBackupManager
public interface IDbBackupManager
public interface class IDbBackupManager
public interface IDbBackupManager
The IDbBackupManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateBackup | Creates a database backup. |
Top
Remarks
In order to implement database backup features in your database provider, you need to implement IDbBackupManager on the class that you derived from the DatabaseProvider method.
Notes for Implementers
If your provider implements the IDbBackupManager interface, your provider must also implement all of the following members: