Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies whether the downgradable object can be downgraded to a lower version.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Function CanDowngradeTo ( _
versionTo As Integer _
) As Boolean
'Usage
Dim instance As IDTSDowngradableObject
Dim versionTo As Integer
Dim returnValue As Boolean
returnValue = instance.CanDowngradeTo(versionTo)
bool CanDowngradeTo(
int versionTo
)
bool CanDowngradeTo(
int versionTo
)
abstract CanDowngradeTo :
versionTo:int -> bool
function CanDowngradeTo(
versionTo : int
) : boolean
Parameters
- versionTo
Type: System.Int32
The target version.
Return Value
Type: System.Boolean
True if the downgradable object can be downgraded to a lower version; otherwise, false.