Freigeben über


Backup-Methode

Provides programmatic access to Backup operations for a Database.

Überladungsliste 

  Name Beschreibung
Öffentliche Methode Backup(String) Provides programmatic access to Backup operations for a Database with file parameter.
Öffentliche Methode Backup(BackupInfo) Provides programmatic access to Backup operations for a Database with BackupInfo parameter.
Öffentliche Methode Backup(String, Boolean) Provides programmatic access to Backup operations for a Database with file and AllowOverWrite parameters.
Öffentliche Methode Backup(String, Boolean, Boolean) Provides programmatic access to Backup operations for a Database with file, AllowOverWrite, and BackupRemotePartitions parameters.
Öffentliche Methode Backup(String, Boolean, Boolean, array<BackupLocation> [] () [] []) Provides programmatic access to Backup operations for a Database with file, AllowOverWrite, BackupRemotePartitions, and locations parameters.
Öffentliche Methode Backup(String, Boolean, Boolean, array<BackupLocation> [] () [] [], Boolean) Provides programmatic access to Backup operations for a Database with five parameters.
Öffentliche Methode Backup(String, Boolean, Boolean, array<BackupLocation> [] () [] [], Boolean, String) Provides programmatic access to Backup operations for a Database with six parameters.

Zum Anfang