SqlVerifyAsync 方法 (Server)
Checks the media on the instance of SQL Server that is represented by the specified Server object asynchronously.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)
語法
'宣告
Public Sub SqlVerifyAsync ( _
srv As Server _
)
'用途
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
)
參數
- srv
型別:Microsoft.SqlServer.Management.Smo. . :: . .Server
A Server object that represents the instance of SQL Server that is targeted by the restore operation.