Поделиться через


Метод Wait

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)

Синтаксис

'Декларация
Public Sub Wait
'Применение
Dim instance As BackupRestoreBase

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