共用方式為


Backup 方法

Provides programmatic access to Backup operations for a Database.

多載清單 

  名稱 描述
公用方法 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.

頂端