Restore.SqlVerifyAsync Method

Definition

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

Applies to