IDTSDowngradeSettings100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
The IDTSDowngradeSettings100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
DowngradeMode | Infrastructure. Gets or sets a value that indicates whether setting is a version downgrade. | |
DowngradeVersion | Infrastructure. Gets or sets the downgrade version. |
Top