Właściwość IServerConfigurationFacet.RecoveryInterval
Pobiera lub ustawia wartość właściwość RecoveryInterval.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Property RecoveryInterval As Integer
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Int32
Int32
Zobacz także