Share via


Propriété RecoveryInterval

Obtient l'objet ConfigProperty utilisé pour définir l'option de configuration Intervalle de récupération.

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

Syntaxe

'Déclaration
Public ReadOnly Property RecoveryInterval As ConfigProperty
    Get
'Utilisation
Dim instance As Configuration
Dim value As ConfigProperty

value = instance.RecoveryInterval
public ConfigProperty RecoveryInterval { get; }
public:
property ConfigProperty^ RecoveryInterval {
    ConfigProperty^ get ();
}
member RecoveryInterval : ConfigProperty
function get RecoveryInterval () : ConfigProperty

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Objet ConfigProperty qui spécifie les paramètres de l'option de configuration Intervalle de récupération.

Notes

This property specifies the maximum time, in minutes, per database that SQL Server must have to recover database. This value alters the frequency of checkpoints.