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

Method Type Name Description
Public method CreateBackup Creates a database backup.

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:

See Also

Reference

Microsoft.Web.Management.DatabaseManager Namespace