Dump Method

SQLServer.Database.TransactionLog Object

Description

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

Visual Basic

TransactionLog.Dump ( [DumpSpec :=] Backup )

C++

HRESULT pTransactionLog->Dump ( LPSQLOLEBACKUP pBackup );

Elements

Element Type Description

Backup Backup Created Backup object that specifies how to execute transaction log backup

Reference

DUMP TRANSACTION