Propriedade do RDL IServerConfigurationFacet.RecoveryInterval

Gets or sets the RecoveryInterval property value.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

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

Tipo: System.Int32
The RecoveryInterval property value.

Consulte também

Referência

IServerConfigurationFacet Interface

Namespace Microsoft.SqlServer.Management.Smo