Called when ending a backup and closing a backup target.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.21.0
Syntax
| C# | 
|---|
int Close( string dbname )  | 
| Visual Basic (Declaration) | 
|---|
Function Close ( _ dbname As String _ ) As Integer  | 
| Visual C++ | 
|---|
int Close( String^ dbname )  | 
Parameters
- dbname
 - Type: System..::.String
The name of the database that has been backed up.