IDTSDowngradableObject Interface

Definition

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.

Applies to