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 data loss.
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 EstimatedDataLoss As Integer
Get
'Uso
Dim instance As DatabaseReplicaState
Dim value As Integer
value = instance.EstimatedDataLoss
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int EstimatedDataLoss { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int EstimatedDataLoss {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EstimatedDataLoss : int
function get EstimatedDataLoss () : int
Valor de la propiedad
Tipo: System.Int32
The estimated data loss.