Partager via


ClearSuspectPageTableAfterRestore propriété

Gets or sets a Boolean value that determines whether entries in the suspect page table will be deleted following the restore operation.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (dans Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Property ClearSuspectPageTableAfterRestore As Boolean
    Get
    Set
'Utilisation
Dim instance As Restore
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)

Valeur de la propriété

Type : System. . :: . .Boolean
A Boolean value that indicates whether the suspect page table will be cleared.
If True, the suspect page table is cleared following the restore operation. Otherwise, False (default).