IDTSRuntimeComponent130.PerformDowngrade Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)
Parámetros
- lPipelineVersion
- Int32
- targetServerVersion
- DTSTargetServerVersion
- Atributos