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