DacUpgradeOptions.IgnoreDataLoss Property

Gets or sets a value that indicates whether the upgrade will proceed even if some of the operations result in the loss of data.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public Property IgnoreDataLoss As Boolean
    Get
    Set
'Usage
Dim instance As DacUpgradeOptions
Dim value As Boolean

value = instance.IgnoreDataLoss

instance.IgnoreDataLoss = value
public bool IgnoreDataLoss { get; set; }
public:
property bool IgnoreDataLoss {
    bool get ();
    void set (bool value);
}
member IgnoreDataLoss : bool with get, set
function get IgnoreDataLoss () : boolean
function set IgnoreDataLoss (value : boolean)

Property Value

Type: System.Boolean
true if the upgrade will proceed even if some of the operations result in the loss of data; otherwise, false. The default setting is true.

See Also

Reference

DacUpgradeOptions Class

Microsoft.SqlServer.Management.Dac Namespace