Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the estimated recovery time.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property EstimatedRecoveryTime As Double
Get
'Uso
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
Valor de la propiedad
Tipo: System.Double
The estimated recovery time.