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.
Checks the ManagedComponentHost and performs an upgrade.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub HostCheckAndPerformUpgrade ( _
wrapper As IDTSManagedComponentWrapper100, _
lPipelineVersion As Integer _
)
'Usage
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim lPipelineVersion As Integer
instance.HostCheckAndPerformUpgrade(wrapper, _
lPipelineVersion)
public void HostCheckAndPerformUpgrade(
IDTSManagedComponentWrapper100 wrapper,
int lPipelineVersion
)
public:
virtual void HostCheckAndPerformUpgrade(
IDTSManagedComponentWrapper100^ wrapper,
int lPipelineVersion
) sealed
abstract HostCheckAndPerformUpgrade :
wrapper:IDTSManagedComponentWrapper100 *
lPipelineVersion:int -> unit
override HostCheckAndPerformUpgrade :
wrapper:IDTSManagedComponentWrapper100 *
lPipelineVersion:int -> unit
public final function HostCheckAndPerformUpgrade(
wrapper : IDTSManagedComponentWrapper100,
lPipelineVersion : int
)
Parameters
- wrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- lPipelineVersion
Type: System.Int32
The pipeline version.
Implements
IDTSManagedComponentHost100.HostCheckAndPerformUpgrade(IDTSManagedComponentWrapper100, Int32)