Metodo SqlVerifyAsync (Server)
Checks the media on the instance of SQL Server that is represented by the specified Server object asynchronously.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Sintassi
'Dichiarazione
Public Sub SqlVerifyAsync ( _
srv As Server _
)
'Utilizzo
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
)
Parametri
- srv
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Server
A Server object that represents the instance of SQL Server that is targeted by the restore operation.
Vedere anche