Restore.SqlRestore(Server) Method
Definition
Runs Restore operation in a synchronous way, i.e. the call blocks until verification is completed.
public void SqlRestore (Microsoft.SqlServer.Management.Smo.Server srv);
member this.SqlRestore : Microsoft.SqlServer.Management.Smo.Server -> unit
Public Sub SqlRestore (srv As Server)
Parameters
- srv
- Server
Server to run restore on.