Bagikan melalui


RestoreOptions.ClearSuspectPageTableAfterRestore Property

Gets or sets whether to delete entries in the suspect page table after restore.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Public Property ClearSuspectPageTableAfterRestore As Boolean 
    Get 
    Set
'Usage
Dim instance As RestoreOptions 
Dim value As Boolean 

value = instance.ClearSuspectPageTableAfterRestore

instance.ClearSuspectPageTableAfterRestore = value
public bool ClearSuspectPageTableAfterRestore { get; set; }
public:
property bool ClearSuspectPageTableAfterRestore {
    bool get ();
    void set (bool value);
}
member ClearSuspectPageTableAfterRestore : bool with get, set
function get ClearSuspectPageTableAfterRestore () : boolean 
function set ClearSuspectPageTableAfterRestore (value : boolean)

Property Value

Type: System.Boolean
True if delete entries in the suspect page table after restore; otherwise, false.

See Also

Reference

RestoreOptions Class

Microsoft.SqlServer.Management.Smo Namespace