IDTSDowngradeSettings100.DowngradeMode Property

Definition

Gets or sets a value that indicates whether setting is a version downgrade.

public:
 property bool default { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(0)]
public bool this { [System.Runtime.InteropServices.DispId(0)] get; [System.Runtime.InteropServices.DispId(0)] set; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
[<set: System.Runtime.InteropServices.DispId(0)>]
member this.DowngradeMode : bool with get, set
Default Public Property DowngradeMode As Boolean

Property Value

true if the setting is a version downgrade; otherwise, false.

Attributes

Applies to