Interfaz IDTSDowngradableObject
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents the interface for the DTS downgradable object.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Interface IDTSDowngradableObject
'Uso
Dim instance As IDTSDowngradableObject
public interface IDTSDowngradableObject
public interface class IDTSDowngradableObject
type IDTSDowngradableObject = interface end
public interface IDTSDowngradableObject
El tipo IDTSDowngradableObject expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
CanDowngradeTo | Infraestructura. Specifies whether the downgradable object can be downgraded to a lower version. | |
DowngradeTo | Infraestructura. Downgrades a downgradable object to a specified version. |
Arriba