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()