RestorePlan.Verify(Boolean) 메서드

정의

복원 계획을 확인합니다. 확인에 실패하면 InvalidRestorePlanException이 throw됩니다. SQL Server 2005 이상에서만 지원됩니다.

public void Verify(bool checkBackupMediaIntegrity);
member this.Verify : bool -> unit
Public Sub Verify (checkBackupMediaIntegrity As Boolean)

매개 변수

checkBackupMediaIntegrity
Boolean

[백업 미디어 무결성 확인]으로 true 설정하면 입니다.

적용 대상