IDTSDowngradableObject.DowngradeTo Method
This API supports the infrastructure and is not intended to be used directly from your code.
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
)