Interfaccia IDTSDowngradableObject100

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.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("F213348C-BBFF-4243-B112-AAC48E02F6EF")> _
Public Interface IDTSDowngradableObject100
'Utilizzo
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

Nel tipo IDTSDowngradableObject100 sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico CanDowngradeTo Infrastruttura. Determines 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.Wrapper