Compartir a través de


IServerConfigurationFacet.RecoveryInterval Propiedad

Gets or sets the RecoveryInterval property value.

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

Sintaxis

'Declaración
Property RecoveryInterval As Integer 
    Get 
    Set
'Uso
Dim instance As IServerConfigurationFacet 
Dim value As Integer 

value = instance.RecoveryInterval

instance.RecoveryInterval = value
int RecoveryInterval { get; set; }
property int RecoveryInterval {
    int get ();
    void set (int value);
}
abstract RecoveryInterval : int with get, set
function get RecoveryInterval () : int 
function set RecoveryInterval (value : int)

Valor de la propiedad

Tipo: System.Int32
The RecoveryInterval property value.

Vea también

Referencia

IServerConfigurationFacet Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo