IDTSDowngradableObject100 Interface

Definition

Represents the interface for the DTS downgradable object.

public interface class IDTSDowngradableObject100
[System.Runtime.InteropServices.Guid("74A59588-7B1B-4712-A5E1-37985C66C470")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSDowngradableObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("92204A2C-342A-4C85-85D7-E461A0DDFA92")]
public interface IDTSDowngradableObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("C9FF8446-AE22-4614-97E8-AF4270288B88")]
public interface IDTSDowngradableObject100
[<System.Runtime.InteropServices.Guid("74A59588-7B1B-4712-A5E1-37985C66C470")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSDowngradableObject100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("92204A2C-342A-4C85-85D7-E461A0DDFA92")>]
type IDTSDowngradableObject100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("C9FF8446-AE22-4614-97E8-AF4270288B88")>]
type IDTSDowngradableObject100 = interface
Public Interface IDTSDowngradableObject100
Derived
Attributes

Methods

CanDowngradeTo(Int32)

Determines whether the downgradable object can be downgraded to a lower version.

DowngradeTo(Int32, Object)

Downgrades a downgradable object to a specified version.

Applies to