Megosztás:


IDTSDowngradableObject Interface

This API supports the SQL Server 2012 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
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. Specifies whether the downgradable object can be downgraded to a lower version.
Public method DowngradeTo Infrastructure. Downgrades a downgradable object to a specified version.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace