Compartir a través de


Backup Método

Provides programmatic access to Backup operations for a Database.

Lista de sobrecargas

  Nombre Descripción
Método publico Backup(String) Provides programmatic access to Backup operations for a Database with file parameter.
Método publico Backup(BackupInfo) Provides programmatic access to Backup operations for a Database with BackupInfo parameter.
Método publico Backup(String, Boolean) Provides programmatic access to Backup operations for a Database with file and AllowOverWrite parameters.
Método publico Backup(String, Boolean, Boolean) Provides programmatic access to Backup operations for a Database with file, AllowOverWrite, and BackupRemotePartitions parameters.
Método publico Backup(String, Boolean, Boolean, array<BackupLocation> [] () [] []) Provides programmatic access to Backup operations for a Database with file, AllowOverWrite, BackupRemotePartitions, and locations parameters.
Método publico Backup(String, Boolean, Boolean, array<BackupLocation> [] () [] [], Boolean) Provides programmatic access to Backup operations for a Database with five parameters.
Método publico Backup(String, Boolean, Boolean, array<BackupLocation> [] () [] [], Boolean, String) Provides programmatic access to Backup operations for a Database with six parameters.

Principio