IDTSDowngradeSettings100.DowngradeVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the downgrade version.
public:
property int DowngradeVersion { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(1)]
public int DowngradeVersion { [System.Runtime.InteropServices.DispId(1)] get; [System.Runtime.InteropServices.DispId(1)] set; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
[<set: System.Runtime.InteropServices.DispId(1)>]
member this.DowngradeVersion : int with get, set
Public Property DowngradeVersion As Integer
Property Value
The downgrade version.
- Attributes