Load Method

SQLServer.Database.TransactionLog Object

Description

Restores a transaction log using an existing backup from a dump device. Set the properties of a created Backup object as desired and pass it to the Load method.

Visual Basic

TransactionLog.Load ( [LoadSpec :=] Backup )

C++

HRESULT pTransactionLog->Load ( LPSQLOLEBACKUP pBackup );

Elements

Element Type Description

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

Reference

LOAD TRANSACTION