Freigeben über


IDTSDowngradeSettings100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents the downgrade settings.

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

Syntax

'Declaration
<GuidAttribute("C42B5304-FD68-4A01-A30E-603643F926CF")> _
Public Interface IDTSDowngradeSettings100
'Usage
Dim instance As IDTSDowngradeSettings100
[GuidAttribute("C42B5304-FD68-4A01-A30E-603643F926CF")]
public interface IDTSDowngradeSettings100
[GuidAttribute(L"C42B5304-FD68-4A01-A30E-603643F926CF")]
public interface class IDTSDowngradeSettings100
[<GuidAttribute("C42B5304-FD68-4A01-A30E-603643F926CF")>]
type IDTSDowngradeSettings100 =  interface end
public interface IDTSDowngradeSettings100

Der IDTSDowngradeSettings100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DowngradeMode Infrastruktur Gets or sets a value that indicates whether setting is a version downgrade.
Öffentliche Eigenschaft DowngradeVersion Infrastruktur Gets or sets the downgrade version.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace