SQLBackup Method

后续版本的 Microsoft SQL Server 将删除该功能。请避免在新的开发工作中使用该功能,并着手修改当前还在使用该功能的应用程序。

The SQLBackup method performs the database backup operation specified by the properties of the Backup object used.

语法

object
.SQLBackup(
SQLServer
)

Parts

  • object
    Expression that evaluates to an object in the Applies To list.

  • SQLServer
    SQLServer object connected to an instance of Microsoft SQL Server that is the source of the backup operation.

Prototype (C/C++)

HRESULT SQLBackup(LPSQLDMOSERVER ServerObject);

注释

To perform a database backup operation using SQL Distributed Management Objects (SQL-DMO), the application specifies the operation process by setting Backup object properties, and then calls the SQLBackup method. For more information about Backup object properties and their effects on the backup operation process, see Backup Object.

Applies To: