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 | |
---|---|---|
CanDowngradeTo | Infrastruttura. Specifies whether the downgradable object can be downgraded to a lower version. | |
DowngradeTo | Infrastruttura. Downgrades a downgradable object to a specified version. |
In alto