Interface IDTSDowngradableObject
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents the interface for the DTS downgradable object.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Interface IDTSDowngradableObject
'Utilisation
Dim instance As IDTSDowngradableObject
public interface IDTSDowngradableObject
public interface class IDTSDowngradableObject
type IDTSDowngradableObject = interface end
public interface IDTSDowngradableObject
Le type IDTSDowngradableObject expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
CanDowngradeTo | Infrastructure. Specifies whether the downgradable object can be downgraded to a lower version. | |
DowngradeTo | Infrastructure. Downgrades a downgradable object to a specified version. |
Haut de la page