Proprietà ISqlServerOptions.RecoveryInterval

Ottiene o imposta un valore che modella l'opzione sp_configure "recovery interval".

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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>)

Valore proprietà

Tipo: System.Nullable<Int32>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlServerOptions Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel