Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: System.Double
The estimated recovery time.