SQLServer.Database.TransactionLog Object
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.
TransactionLog.Load ( [LoadSpec :=] Backup )
HRESULT pTransactionLog->Load ( LPSQLOLEBACKUP pBackup );
Element | Type | Description |
---|
Backup | Backup | Created Backup object that specifies how to execute transaction log backup |
LOAD TRANSACTION