Wait Método
Waits for the current backup or restore operation to complete before moving on to the next process.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
Public Sub Wait
'Uso
Dim instance As BackupRestoreBase
instance.Wait()
public void Wait()
public:
void Wait()
member Wait : unit -> unit
public function Wait()
Vea también