Interface IDTSDowngradableObject100
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.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("F213348C-BBFF-4243-B112-AAC48E02F6EF")> _
Public Interface IDTSDowngradableObject100
'Utilisation
Dim instance As IDTSDowngradableObject100
[GuidAttribute("F213348C-BBFF-4243-B112-AAC48E02F6EF")]
public interface IDTSDowngradableObject100
[GuidAttribute(L"F213348C-BBFF-4243-B112-AAC48E02F6EF")]
public interface class IDTSDowngradableObject100
[<GuidAttribute("F213348C-BBFF-4243-B112-AAC48E02F6EF")>]
type IDTSDowngradableObject100 = interface end
public interface IDTSDowngradableObject100
Le type IDTSDowngradableObject100 expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
![]() |
CanDowngradeTo | Infrastructure. Determines 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