IDTSDowngradableObject100 Interface

 

This API supports the product 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.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[DefaultMemberAttribute("CanDowngradeTo")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("F213348C-BBFF-4243-B112-AAC48E02F6EF")]
public interface class IDTSDowngradableObject100

NameDescription
System_CAPS_pubmethodCanDowngradeTo(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

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

System_CAPS_pubmethodDowngradeTo(Int32, Object^%)

This API supports the product infrastructure and is not intended to be used directly from your code.

Downgrades a downgradable object to a specified version.

Return to top
Show: