Interface IDTSDowngradableObject
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the interface for the DTS downgradable object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public Interface IDTSDowngradableObject
'Uso
Dim instance As IDTSDowngradableObject
public interface IDTSDowngradableObject
public interface class IDTSDowngradableObject
type IDTSDowngradableObject = interface end
public interface IDTSDowngradableObject
O tipo IDTSDowngradableObject expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
CanDowngradeTo | Infraestrutura. Specifies whether the downgradable object can be downgraded to a lower version. | |
DowngradeTo | Infraestrutura. Downgrades a downgradable object to a specified version. |
Início