IDTSDowngradableObject.DowngradeTo Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Downgrades a downgradable object to a specified version.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Sub DowngradeTo ( _
versionTo As Integer, _
ByRef xmlNode As XmlElement _
)
'Usage
Dim instance As IDTSDowngradableObject
Dim versionTo As Integer
Dim xmlNode As XmlElement
instance.DowngradeTo(versionTo, xmlNode)
void DowngradeTo(
int versionTo,
ref XmlElement xmlNode
)
void DowngradeTo(
int versionTo,
XmlElement^% xmlNode
)
abstract DowngradeTo :
versionTo:int *
xmlNode:XmlElement byref -> unit
function DowngradeTo(
versionTo : int,
xmlNode : XmlElement
)
Parameters
- versionTo
Type: System.Int32
The target version.
- xmlNode
Type: System.Xml.XmlElement%
The XML node.