Partager via


ISqlServerOptions.RecoveryInterval, propriété

Obtient ou définit une valeur qui modélise l'option sp_configure « Intervalle de récupération ».

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property RecoveryInterval As Nullable(Of Integer)
    Get
    Set
Nullable<int> RecoveryInterval { get; set; }
property Nullable<int> RecoveryInterval {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract RecoveryInterval : Nullable<int> with get, set
function get RecoveryInterval () : Nullable<int>
function set RecoveryInterval (value : Nullable<int>)

Valeur de propriété

Type : System.Nullable<Int32>

Sécurité .NET Framework

Voir aussi

Référence

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms