다음을 통해 공유


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:

Backup Object