IDTSDowngradableObject Interface
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.
Represents the interface for the DTS downgradable object.
public interface class IDTSDowngradableObject
public interface IDTSDowngradableObject
type IDTSDowngradableObject = interface
Public Interface IDTSDowngradableObject
- Derived
Methods
CanDowngradeTo(Int32) |
Specifies whether the downgradable object can be downgraded to a lower version. |
DowngradeTo(Int32, XmlElement) |
Downgrades a downgradable object to a specified version. |