Metodo IDTSDowngradableObject100.CanDowngradeTo
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Determines whether the downgradable object can be downgraded to a lower version.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Function CanDowngradeTo ( _
versionTo As Integer _
) As Boolean
'Utilizzo
Dim instance As IDTSDowngradableObject100
Dim versionTo As Integer
Dim returnValue As Boolean
returnValue = instance(versionTo)
bool CanDowngradeTo(
int versionTo
)
bool CanDowngradeTo(
[InAttribute] int versionTo
)
abstract CanDowngradeTo :
versionTo:int -> bool
function CanDowngradeTo(
versionTo : int
) : boolean
Parametri
- versionTo
Tipo: System.Int32
The target version.
Valore restituito
Tipo: System.Boolean
true if the downgradable object can be downgraded to a lower version; otherwise, false.