IDTSMultiInputComponentHost100.HostGetDependencies Method

Definition

Gets the dependencies for the specified input component host.

public:
 void HostGetDependencies(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int blockedInputID, int % pDependencyCount, cli::array <int> ^ % pDependentInputIDs);
public void HostGetDependencies (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int blockedInputID, ref int pDependencyCount, ref int[] pDependentInputIDs);
abstract member HostGetDependencies : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * Int32[] -> unit
Public Sub HostGetDependencies (pWrapper As IDTSManagedComponentWrapper100, blockedInputID As Integer, ByRef pDependencyCount As Integer, ByRef pDependentInputIDs As Integer())

Parameters

pWrapper
IDTSManagedComponentWrapper100

The managed component wrapper.

blockedInputID
Int32

The blocked input identifier.

pDependencyCount
Int32

When this method returns, contains the number dependencies for the input component host. This parameter is passed uninitialized.

pDependentInputIDs
Int32[]

When this method returns, contains an array of dependency input identifiers. This parameter is passed uninitialized.

Applies to