BackupRestoreBase.Wait Method ()

 

Applies To: SQL Server 2016 Preview

Waits for the current backup or restore operation to complete before moving on to the next process.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

public void Wait()
public:
void Wait()
member Wait : unit -> unit
Public Sub Wait

Examples

Legacy Code Example

Backing Up and Restoring Databases and Transaction Logs

See Also

BackupRestoreBase Class
Microsoft.SqlServer.Management.Smo Namespace
RESTORE (Transact-SQL)
BACKUP (Transact-SQL)

Return to top