Partilhar via


Propriedade do RDL RestoreOptions.ClearSuspectPageTableAfterRestore

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

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

Sintaxe

'Declaração
Public Property ClearSuspectPageTableAfterRestore As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

RestoreOptions Classe

Namespace Microsoft.SqlServer.Management.Smo