Partilhar via


Propriedade ISqlServerOptions.RecoveryInterval

Obtém ou define um valor que modela "intervalo de recuperação" opção sp_configure.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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>)

Valor de propriedade

Tipo: System.Nullable<Int32>

Segurança do .NET Framework

Consulte também

Referência

ISqlServerOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel