Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.