Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the estimated recovery time.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property EstimatedRecoveryTime As Double
Get
'Usage
Dim instance As DatabaseReplicaState
Dim value As Double
value = instance.EstimatedRecoveryTime
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public double EstimatedRecoveryTime { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property double EstimatedRecoveryTime {
double get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EstimatedRecoveryTime : float
function get EstimatedRecoveryTime () : double
Property Value
Type: System.Double
The estimated recovery time.