Partilhar via


Método Wait

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 (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
Public Sub Wait
'Uso
Dim instance As BackupRestoreBase

instance.Wait()
public void Wait()
public:
void Wait()
member Wait : unit -> unit 
public function Wait()