共用方式為


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 命名空間