Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the interface for the DTS downgradable object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Interface IDTSDowngradableObject
'Usage
Dim instance As IDTSDowngradableObject
public interface IDTSDowngradableObject
public interface class IDTSDowngradableObject
type IDTSDowngradableObject = interface end
public interface IDTSDowngradableObject
The IDTSDowngradableObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CanDowngradeTo | Infrastructure. Specifies whether the downgradable object can be downgraded to a lower version. |
![]() |
DowngradeTo | Infrastructure. Downgrades a downgradable object to a specified version. |
Top