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.dll의 Microsoft.SqlServer.SmoExtended
구문
‘선언
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.