Vcl.CmAdmCtl.TCOMAdminCatalog.BackupREGDB
Delphi
procedure BackupREGDB(const bstrBackupFilePath: WideString);
C++
void __fastcall BackupREGDB(const System::WideString bstrBackupFilePath);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.CmAdmCtl.pas Vcl.CmAdmCtl.hpp |
Vcl.CmAdmCtl | TCOMAdminCatalog |
Description
Backs up the COM+ class registration database to a specified file.
Call BackupREGDB to back up the COM+ class registration database (RegDB). The database can be restored at a later date using the RestoreREGDB method.
bstrBackupFilePath specifies the fully-qualified name of the file to which RegDB will be backed up.