共用方式為


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 命名空間