Restore.SqlRestore(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 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.