Database.Backup Método
Incluir miembros protegidos
Incluir miembros heredados
Provides programmatic access to Backup operations for a Database.
Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.
Lista de sobrecargas
Nombre | Descripción | |
---|---|---|
Backup(String) | Provides programmatic access to Backup operations for a Database with file parameter. | |
Backup(BackupInfo) | Provides programmatic access to Backup operations for a Database with BackupInfo parameter. | |
Backup(String, Boolean) | Provides programmatic access to Backup operations for a Database with file and AllowOverWrite parameters. | |
Backup(String, Boolean, Boolean) | Provides programmatic access to Backup operations for a Database with file, AllowOverWrite, and BackupRemotePartitions parameters. | |
Backup(String, Boolean, Boolean, array<BackupLocation[]) | Provides programmatic access to backup operations for a Database with file, AllowOverWrite, BackupRemotePartitions, and locations parameters. | |
Backup(String, Boolean, Boolean, array<BackupLocation[], Boolean) | Provides programmatic access to backup operations for a Database with five parameters. | |
Backup(String, Boolean, Boolean, array<BackupLocation[], Boolean, String) | Provides programmatic access to Backup operations for a Database with six parameters. |
Arriba