IDTSDowngradableObject Interface

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

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
Public method CanDowngradeTo Infrastructure.
Public method DowngradeTo Infrastructure.

Top