IDTSRuntimeComponent130.PerformDowngrade Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void PerformDowngrade(int lPipelineVersion, Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSTargetServerVersion targetServerVersion);
[System.Runtime.InteropServices.DispId(28)]
public void PerformDowngrade (int lPipelineVersion, Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSTargetServerVersion targetServerVersion);
[<System.Runtime.InteropServices.DispId(28)>]
abstract member PerformDowngrade : int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSTargetServerVersion -> unit
Public Sub PerformDowngrade (lPipelineVersion As Integer, targetServerVersion As DTSTargetServerVersion)
Parameters
- lPipelineVersion
- Int32
- targetServerVersion
- DTSTargetServerVersion
- Attributes