Metodo Wait
Waits for the current backup or restore operation to complete before moving on to the next process.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Sintassi
'Dichiarazione
Public Sub Wait
'Utilizzo
Dim instance As BackupRestoreBase
instance.Wait()
public void Wait()
public:
void Wait()
member Wait : unit -> unit
public function Wait()
Vedere anche