Udostępnij za pośrednictwem


IDTSDowngradeSettings100.DowngradeVersion Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the downgrade version.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Property DowngradeVersion As Integer 
    Get 
    Set
'Usage
Dim instance As IDTSDowngradeSettings100 
Dim value As Integer 

value = instance.DowngradeVersion

instance.DowngradeVersion = value
int DowngradeVersion { get; set; }
property int DowngradeVersion {
    int get ();
    void set (int value);
}
abstract DowngradeVersion : int with get, set
function get DowngradeVersion () : int 
function set DowngradeVersion (value : int)

Property Value

Type: System.Int32
The downgrade version.

See Also

Reference

IDTSDowngradeSettings100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace