Restore.SqlVerifyAsync 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.
Overloads
SqlVerifyAsync(Server) |
Runs Verify operation in an asynchronous way, i.e. the call returns immediately and verify operation continues in background. |
SqlVerifyAsync(Server, Boolean) |
Runs Verify operation in an asynchronous way, i.e. the call returns immediately and verify operation continues in background. |
SqlVerifyAsync(Server)
Runs Verify operation in an asynchronous way, i.e. the call returns immediately and verify operation continues in background.
public void SqlVerifyAsync (Microsoft.SqlServer.Management.Smo.Server srv);
member this.SqlVerifyAsync : Microsoft.SqlServer.Management.Smo.Server -> unit
Public Sub SqlVerifyAsync (srv As Server)
Parameters
- srv
- Server
Server to run the operation on.
Applies to
SqlVerifyAsync(Server, Boolean)
Runs Verify operation in an asynchronous way, i.e. the call returns immediately and verify operation continues in background.
public void SqlVerifyAsync (Microsoft.SqlServer.Management.Smo.Server srv, bool loadHistory);
member this.SqlVerifyAsync : Microsoft.SqlServer.Management.Smo.Server * bool -> unit
Public Sub SqlVerifyAsync (srv As Server, loadHistory As Boolean)
Parameters
- srv
- Server
Server to run the operation on.
- loadHistory
- Boolean
Load history