Dump Method

SQLServer.Database Object

Description

Backs up a database to a dump device. Set the properties of a created Backup object as desired and pass it to the Dump method.

Visual Basic

Database.Dump ( [DumpSpec :=] Backup )

C++

HRESULT pDatabase->Dump ( LPSQLOLEBACKUP pBackup );

Elements

Element Type Description

Backup Backup Created Backup object that specifies how to execute database backup

Reference

DUMP DATABASE