Share via


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 네임스페이스