Compartir a través de


DatabaseReplicaState.EstimatedDataLoss Propiedad

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.

Vea también

Referencia

DatabaseReplicaState Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo