Restore.SqlVerifyAsync Method (Server)
Checks the media on the instance of SQL Server that is represented by the specified Server object asynchronously.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Sub SqlVerifyAsync ( _
srv As Server _
)
'Usage
Dim instance As Restore
Dim srv As Server
instance.SqlVerifyAsync(srv)
public void SqlVerifyAsync(
Server srv
)
public:
void SqlVerifyAsync(
Server^ srv
)
member SqlVerifyAsync :
srv:Server -> unit
public function SqlVerifyAsync(
srv : Server
)
Parameters
- srv
Type: Microsoft.SqlServer.Management.Smo.Server
A Server object that represents the instance of SQL Server that is targeted by the restore operation.