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.

页首