Restore.SqlRestoreAsync(Server) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.