RestorePlan.Verify 메서드

Verifies the restore plan.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)

구문

‘선언
Public Sub Verify ( _
    checkBackupMediaIntegrity As Boolean _
)
‘사용 방법
Dim instance As RestorePlan 
Dim checkBackupMediaIntegrity As Boolean

instance.Verify(checkBackupMediaIntegrity)
public void Verify(
    bool checkBackupMediaIntegrity
)
public:
void Verify(
    bool checkBackupMediaIntegrity
)
member Verify : 
        checkBackupMediaIntegrity:bool -> unit
public function Verify(
    checkBackupMediaIntegrity : boolean
)

매개 변수

  • checkBackupMediaIntegrity
    유형: System.Boolean
    True if check backup media integrity; otherwise, false.

참고 항목

참조

RestorePlan 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스