Поделиться через


Свойство DatabaseReplicaState.EstimatedDataLoss

Gets the estimated data loss.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property EstimatedDataLoss As Integer 
    Get
'Применение
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

Значение свойства

Тип: System.Int32
The estimated data loss.

См. также

Справочник

DatabaseReplicaState Класс

Пространство имен Microsoft.SqlServer.Management.Smo