Compartir a través de


RestoreOptions.ClearSuspectPageTableAfterRestore Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

RestoreOptions Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo