Condividi tramite


Interfaccia IDTSDowngradableObject

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents the interface for the DTS downgradable object.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Interface IDTSDowngradableObject
'Utilizzo
Dim instance As IDTSDowngradableObject
public interface IDTSDowngradableObject
public interface class IDTSDowngradableObject
type IDTSDowngradableObject =  interface end
public interface IDTSDowngradableObject

Nel tipo IDTSDowngradableObject sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico CanDowngradeTo Infrastruttura. Specifies whether the downgradable object can be downgraded to a lower version.
Metodo pubblico DowngradeTo Infrastruttura. Downgrades a downgradable object to a specified version.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime