다음을 통해 공유


IServerConfigurationFacet.RecoveryInterval 속성

Gets or sets the RecoveryInterval property value.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Property RecoveryInterval As Integer 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.Int32
The RecoveryInterval property value.

참고 항목

참조

IServerConfigurationFacet 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스