Restore.SqlRestoreAsync(Server) Method

Definition

Runs Restore operation in an asynchronous way, i.e. the call returns immediately and verify operation continues in background.

public void SqlRestoreAsync (Microsoft.SqlServer.Management.Smo.Server srv);
member this.SqlRestoreAsync : Microsoft.SqlServer.Management.Smo.Server -> unit
Public Sub SqlRestoreAsync (srv As Server)

Parameters

srv
Server

Server to run the operation on.

Applies to